aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/OSM/MapQuest.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-03-11 17:34:38 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-03-11 17:34:38 +0000
commit4df8d9979a4325bf2b47f401b4095654dd43d3a9 (patch)
tree64984c71916683830a1b1eef4deee8a04307cd80 /perllib/FixMyStreet/Map/OSM/MapQuest.pm
parenteee9a69a1959f060fdbe7d346d594a76a3b39909 (diff)
parentde47a7fad977156c67748deed6b3f154fc849035 (diff)
Merge remote branch 'origin/sweden-rebase'
Conflicts: bin/update-schema locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po perllib/FixMyStreet/DB/Result/Body.pm
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM/MapQuest.pm')
-rw-r--r--perllib/FixMyStreet/Map/OSM/MapQuest.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Map/OSM/MapQuest.pm b/perllib/FixMyStreet/Map/OSM/MapQuest.pm
index ff314a4da..a7f1b334e 100644
--- a/perllib/FixMyStreet/Map/OSM/MapQuest.pm
+++ b/perllib/FixMyStreet/Map/OSM/MapQuest.pm
@@ -15,6 +15,10 @@ sub map_type {
return 'OpenLayers.Layer.OSM.MapQuestOpen';
}
+sub map_template {
+ return 'mapquest-attribution';
+}
+
sub map_tiles {
my ( $self, %params ) = @_;
my ( $x, $y, $z ) = ( $params{x_tile}, $params{y_tile}, $params{zoom_act} );