mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 05:12:13 +02:00
continue to catch 404s
This commit is contained in:
@@ -299,6 +299,11 @@ rendererBackgroundSource.Bing = function(data, dispatch) {
|
||||
|
||||
|
||||
rendererBackgroundSource.Esri = function(data) {
|
||||
// in addition to using the tilemap at zoom level 20, overzoom real tiles - #4327 (deprecated technique, but it works)
|
||||
if (data.template.match(/blankTile/) === null) {
|
||||
data.template = data.template + '?blankTile=false';
|
||||
}
|
||||
|
||||
var esri = rendererBackgroundSource(data);
|
||||
var cache = {};
|
||||
var inflight = {};
|
||||
|
||||
Reference in New Issue
Block a user