mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
bing imagery fallback url template update
This commit is contained in:
@@ -270,7 +270,7 @@ rendererBackgroundSource.Bing = function(data, dispatch) {
|
||||
// https://docs.microsoft.com/en-us/bingmaps/rest-services/directly-accessing-the-bing-maps-tiles
|
||||
|
||||
//fallback url template
|
||||
data.template = 'https://ecn.t{switch:0,1,2,3}.tiles.virtualearth.net/tiles/a{u}.jpeg?g=10555&n=z';
|
||||
data.template = 'https://ecn.t{switch:0,1,2,3}.tiles.virtualearth.net/tiles/a{u}.jpeg?g=587&n=z';
|
||||
|
||||
var bing = rendererBackgroundSource(data);
|
||||
//var key = 'Arzdiw4nlOJzRwOz__qailc8NiR31Tt51dN2D7cm57NrnceZnCpgOkmJhNpGoppU'; // P2, JOSM, etc
|
||||
|
||||
Reference in New Issue
Block a user