Skip to content

Commit 33d7bfc

Browse files
updated ordnance servey tiles url; fix #75
1 parent 76f2301 commit 33d7bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ var maptypes = {
257257
'Bing.com & Ordnance Survey',
258258
10,
259259
17,
260-
function(xy,z) { return 'http://ecn.t'+((Math.abs(xy.x+xy.y)%3)+1)+'.tiles.virtualearth.net/tiles/r'+makeQuad(xy.x, xy.y, z)+'?g=2689&lbl=l1&productSet=mmOS'; }
260+
function(xy,z) { return 'http://ecn.t'+((Math.abs(xy.x+xy.y)%3)+1)+'.tiles.virtualearth.net/tiles/r'+makeQuad(xy.x, xy.y, z)+'?g=3483&productSet=mmOS&key=AhN7I60Jff9-gQEnDk6CORUyr66zjb5LFc0zS0KPsEIfaDRAVVIeDvk1H6jUx25l'; }
261261
],
262262
osm: [
263263
'OSM',

0 commit comments

Comments
 (0)