diff options
author | Marius Halden <marius.h@lden.org> | 2019-10-30 19:28:55 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2019-10-30 19:28:55 +0100 |
commit | 377bd96aab7cad3434185c30eb908c9da447fe40 (patch) | |
tree | 7ec5527e205d5b62caaa862a7de8cd25199c8bf0 /web/js/map-bing-ol.js | |
parent | 56f61b1441070aa0b9ddcfc74aca46c20313609f (diff) | |
parent | 92b253904062edd533e55c22824de6fd01e2f7c1 (diff) |
Merge tag 'v2.6' into fiksgatami-dev
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r-- | web/js/map-bing-ol.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js index 6662bf91a..6c9ab8a62 100644 --- a/web/js/map-bing-ol.js +++ b/web/js/map-bing-ol.js @@ -6,7 +6,7 @@ fixmystreet.maps.config = function() { fixmystreet.controls = [ new OpenLayers.Control.Attribution(), - new OpenLayers.Control.ArgParser(), + new OpenLayers.Control.ArgParserFMS(), new OpenLayers.Control.Navigation(), new OpenLayers.Control.PermalinkFMS(permalink_id), new OpenLayers.Control.PanZoomFMS({id: 'fms_pan_zoom' }) @@ -95,10 +95,10 @@ OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, { get_urls: function(bounds, z) { return [ - "//ecn.t0.tiles.virtualearth.net/tiles/r${id}.png?g=5941", - "//ecn.t1.tiles.virtualearth.net/tiles/r${id}.png?g=5941", - "//ecn.t2.tiles.virtualearth.net/tiles/r${id}.png?g=5941", - "//ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=5941" + "//ecn.t0.tiles.virtualearth.net/tiles/r${id}.png?g=6570", + "//ecn.t1.tiles.virtualearth.net/tiles/r${id}.png?g=6570", + "//ecn.t2.tiles.virtualearth.net/tiles/r${id}.png?g=6570", + "//ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=6570" ]; }, |