diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-06 08:10:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-06 08:10:51 +0000 |
commit | 11f967fad0ce5d6700b8763ec73669bde7d49009 (patch) | |
tree | 8ac9a287f36a40b90e1b502fa2531947c9668d80 /perllib/FixMyStreet/Map/FMS.pm | |
parent | 64a24f1d9bf251cc57d363e7bf57d4218a5e2cb8 (diff) |
Update Bing Maps parameter ID.
Diffstat (limited to 'perllib/FixMyStreet/Map/FMS.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/FMS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/FMS.pm b/perllib/FixMyStreet/Map/FMS.pm index 50a21c125..c38f8baca 100644 --- a/perllib/FixMyStreet/Map/FMS.pm +++ b/perllib/FixMyStreet/Map/FMS.pm @@ -29,7 +29,7 @@ sub map_tiles { ]; } else { my $key = FixMyStreet->config('BING_MAPS_API_KEY'); - my $url = "g=3467"; + my $url = "g=5941"; $url .= "&productSet=mmOS&key=$key" if $z > 10 && !$ni; return [ "//ecn.t0.tiles.virtualearth.net/tiles/r" . $self->get_quadkey($x-1, $y-1, $z) . ".png?$url", |