diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-05-05 09:17:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-05-05 09:45:52 +0100 |
commit | 1f3b1623fd523d1612d7787006cd53ab15974dd5 (patch) | |
tree | 7687ea6a6f3c87de102d3f58ba482d9f86077c2d /perllib/FixMyStreet/Map/Bing.pm | |
parent | 4d6cd5f040b8a8f28131bccdedd3545f57915e7c (diff) |
Update Bing Maps parameter ID.
Diffstat (limited to 'perllib/FixMyStreet/Map/Bing.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Bing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/Bing.pm b/perllib/FixMyStreet/Map/Bing.pm index 46b8f68cd..4c1887641 100644 --- a/perllib/FixMyStreet/Map/Bing.pm +++ b/perllib/FixMyStreet/Map/Bing.pm @@ -27,7 +27,7 @@ sub get_quadkey { } sub map_tile_base { - '', "//ecn.%s.tiles.virtualearth.net/tiles/r%s.png?g=3293"; + '', "//ecn.%s.tiles.virtualearth.net/tiles/r%s.png?g=3467"; } sub map_tiles { |