diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-01 10:05:11 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-01 10:05:39 +0100 |
commit | ff75abcb0b43cdca74b813f73b7b25f4c6868eab (patch) | |
tree | 91972348d96b372ee852af0ec45f9635eb9faf07 /perllib/FixMyStreet/Map/Bing.pm | |
parent | 2f4473bb13a1b8065b12b8040b0da4bf6f9df7b9 (diff) |
Update Bing Maps parameter ID.
[fixmystreet.com] Update to use OS OpenMap Local tiles.
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 68c9fea32..97a0d229f 100644 --- a/perllib/FixMyStreet/Map/Bing.pm +++ b/perllib/FixMyStreet/Map/Bing.pm @@ -30,7 +30,7 @@ sub get_quadkey { } sub map_tile_base { - '', "//ecn.%s.tiles.virtualearth.net/tiles/r%s.png?g=5941"; + '', "//ecn.%s.tiles.virtualearth.net/tiles/r%s.png?g=6570"; } sub map_tiles { |