aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-bing-ol.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-05-05 09:17:50 +0100
committerMatthew Somerville <matthew@mysociety.org>2015-05-05 09:45:52 +0100
commit1f3b1623fd523d1612d7787006cd53ab15974dd5 (patch)
tree7687ea6a6f3c87de102d3f58ba482d9f86077c2d /web/js/map-bing-ol.js
parent4d6cd5f040b8a8f28131bccdedd3545f57915e7c (diff)
Update Bing Maps parameter ID.
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r--web/js/map-bing-ol.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js
index 9406997f9..9b0a73fb8 100644
--- a/web/js/map-bing-ol.js
+++ b/web/js/map-bing-ol.js
@@ -105,10 +105,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=3293",
- "//ecn.t1.tiles.virtualearth.net/tiles/r${id}.png?g=3293",
- "//ecn.t2.tiles.virtualearth.net/tiles/r${id}.png?g=3293",
- "//ecn.t3.tiles.virtualearth.net/tiles/r${id}.png?g=3293"
+ "//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"
];
},