From ff75abcb0b43cdca74b813f73b7b25f4c6868eab Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 1 Aug 2018 10:05:11 +0100 Subject: Update Bing Maps parameter ID. [fixmystreet.com] Update to use OS OpenMap Local tiles. --- web/js/map-fms.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/js/map-fms.js') diff --git a/web/js/map-fms.js b/web/js/map-fms.js index 014bd58bb..37ef8dfa1 100644 --- a/web/js/map-fms.js +++ b/web/js/map-fms.js @@ -1,4 +1,4 @@ -fixmystreet.maps.tile_base = [ [ '', 'a-', 'b-', 'c-' ], '//{S}tilma.mysociety.org/sv' ]; +fixmystreet.maps.tile_base = [ [ '', 'a-', 'b-', 'c-' ], '//{S}tilma.mysociety.org/oml' ]; fixmystreet.maps.config = (function(original) { return function(){ @@ -61,10 +61,10 @@ OpenLayers.Layer.BingUK = OpenLayers.Class(OpenLayers.Layer.Bing, { type = '&productSet=mmOS&key=' + fixmystreet.key; } urls = [ - "//ecn.t0.tiles.virtualearth.net/tiles/r${id}.png?g=5941" + type, - "//ecn.t1.tiles.virtualearth.net/tiles/r${id}.png?g=5941" + type, - "//ecn.t2.tiles.virtualearth.net/tiles/r${id}.png?g=5941" + type, - "//ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=5941" + type + "//ecn.t0.tiles.virtualearth.net/tiles/r${id}.png?g=6570" + type, + "//ecn.t1.tiles.virtualearth.net/tiles/r${id}.png?g=6570" + type, + "//ecn.t2.tiles.virtualearth.net/tiles/r${id}.png?g=6570" + type, + "//ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=6570" + type ]; } return urls; -- cgit v1.2.3