aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/OSM/MapQuest.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-11-18 16:57:24 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-11-18 16:57:24 +0000
commit2711342ff3a0ab8c15fc3b096d9c95bbf7ba9d86 (patch)
treefc46c57b5362fc11167ec5538c54fb75da56839c /perllib/FixMyStreet/Map/OSM/MapQuest.pm
parentc94ed4479f26b6d4cee0bf16cac47a88ee7f6cae (diff)
[Bromley] Fix map tiles.
The change to remove inline JavaScript stopped the Bromley-specific tiles from working. Put them back with an extra JavaScript file.
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM/MapQuest.pm')
-rw-r--r--perllib/FixMyStreet/Map/OSM/MapQuest.pm8
1 files changed, 2 insertions, 6 deletions
diff --git a/perllib/FixMyStreet/Map/OSM/MapQuest.pm b/perllib/FixMyStreet/Map/OSM/MapQuest.pm
index 3b0df14b1..ac80e61b5 100644
--- a/perllib/FixMyStreet/Map/OSM/MapQuest.pm
+++ b/perllib/FixMyStreet/Map/OSM/MapQuest.pm
@@ -9,13 +9,9 @@ use base 'FixMyStreet::Map::OSM';
use strict;
-sub map_type {
- return 'OpenLayers.Layer.OSM.MapQuestOpen';
-}
+sub map_type { 'OpenLayers.Layer.OSM.MapQuestOpen' }
-sub map_template {
- return 'mapquest-attribution';
-}
+sub map_template { 'mapquest-attribution' }
sub map_tiles {
my ( $self, %params ) = @_;