diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-02-23 12:47:18 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-02-23 17:10:05 +0000 |
commit | c763a5e8e78849d736f9c0cec92ee2687ac9e75d (patch) | |
tree | 870b3f530b885bc4da49a26330fdfdbed1c24337 /perllib/FixMyStreet/Map/OSM/MapQuest.pm | |
parent | c79b9b54210cc5483bed03783417fbeb6ed422cb (diff) |
Tidy up front page and map copyright templates.
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM/MapQuest.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/OSM/MapQuest.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Map/OSM/MapQuest.pm b/perllib/FixMyStreet/Map/OSM/MapQuest.pm index 2c3cbaf00..4fc8ba57d 100644 --- a/perllib/FixMyStreet/Map/OSM/MapQuest.pm +++ b/perllib/FixMyStreet/Map/OSM/MapQuest.pm @@ -33,4 +33,8 @@ sub base_tile_url { return 'mqcdn.com/tiles/1.0.0/map/'; } +sub copyright { + 'Data, imagery and map information provided by <a href="http://www.mapquest.com/">MapQuest</a> <img src="http://developer.mapquest.com/content/osm/mq_logo.png" />, <a href="http://openstreetmap.org/">OpenStreetMap</a> and contributors, <a href="http://opendatacommons.org/licenses/odbl/">ODbL</a>' +} + 1; |