diff options
author | Jonas Oberg <rikard@morus.se> | 2013-04-09 07:04:38 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-08-30 20:34:01 +0100 |
commit | 6053521d9c977f1414d1254e56415514795eb7a7 (patch) | |
tree | a16b0d3b28e4be8e64c0e869103c358ae9195772 /perllib/FixMyStreet/Map/OSM/MapQuest.pm | |
parent | 21437121d665362067e276f3334eddae8e53e25e (diff) |
Updated MapQuest links per instructions
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM/MapQuest.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/OSM/MapQuest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/OSM/MapQuest.pm b/perllib/FixMyStreet/Map/OSM/MapQuest.pm index 4751679f5..ff314a4da 100644 --- a/perllib/FixMyStreet/Map/OSM/MapQuest.pm +++ b/perllib/FixMyStreet/Map/OSM/MapQuest.pm @@ -28,7 +28,7 @@ sub map_tiles { } sub base_tile_url { - return 'mqcdn.com/tiles/1.0.0/osm/'; + return 'mqcdn.com/tiles/1.0.0/map/'; } 1; |