aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/GoogleOL.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Map/GoogleOL.pm')
-rw-r--r--perllib/FixMyStreet/Map/GoogleOL.pm8
1 files changed, 2 insertions, 6 deletions
diff --git a/perllib/FixMyStreet/Map/GoogleOL.pm b/perllib/FixMyStreet/Map/GoogleOL.pm
index 2dfb697e5..55032d707 100644
--- a/perllib/FixMyStreet/Map/GoogleOL.pm
+++ b/perllib/FixMyStreet/Map/GoogleOL.pm
@@ -9,12 +9,8 @@ use parent 'FixMyStreet::Map::OSM';
use strict;
-sub map_type {
- return '""';
-}
+sub map_type { '' }
-sub map_template {
- return 'google-ol';
-}
+sub map_template { 'google-ol' }
1;