aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/OSM/MapQuest.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-11-14 12:32:28 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-11-15 15:57:38 +0000
commit5846b85b117714041be38ae4a79c2a849aba73ae (patch)
tree1b015825325dd8f433640f9553c892336a802738 /perllib/FixMyStreet/Map/OSM/MapQuest.pm
parent15acb885f5240f63a5e19c4474851291518f0677 (diff)
Move map JS to code, to be used on all pages.
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM/MapQuest.pm')
-rw-r--r--perllib/FixMyStreet/Map/OSM/MapQuest.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/OSM/MapQuest.pm b/perllib/FixMyStreet/Map/OSM/MapQuest.pm
index ac80e61b5..8b24e1ba2 100644
--- a/perllib/FixMyStreet/Map/OSM/MapQuest.pm
+++ b/perllib/FixMyStreet/Map/OSM/MapQuest.pm
@@ -11,8 +11,6 @@ use strict;
sub map_type { 'OpenLayers.Layer.OSM.MapQuestOpen' }
-sub map_template { 'mapquest-attribution' }
-
sub map_tiles {
my ( $self, %params ) = @_;
my ( $x, $y, $z ) = ( $params{x_tile}, $params{y_tile}, $params{zoom_act} );