diff options
author | Marius Halden <marius.h@lden.org> | 2017-12-20 01:06:27 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-12-20 01:06:27 +0100 |
commit | 8b10c8b8d787e680bb085e2a7543dac50fd39742 (patch) | |
tree | 391efde6de4944e350cc0dafbd4e1efb0613e9c3 /web/js/map-bing-ol.js | |
parent | eef35397ccf8242cdc65dc666db2958b1ee35440 (diff) | |
parent | 7e15bd3db202363db4bab8fa7c9f462eabe28fce (diff) |
Merge tag 'v2.3' into fiksgatami-dev
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r-- | web/js/map-bing-ol.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js index 3ad92b27e..6662bf91a 100644 --- a/web/js/map-bing-ol.js +++ b/web/js/map-bing-ol.js @@ -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=3467", - "//ecn.t1.tiles.virtualearth.net/tiles/r${id}.png?g=3467", - "//ecn.t2.tiles.virtualearth.net/tiles/r${id}.png?g=3467", - "//ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=3467" + "//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" ]; }, |