continue to catch 404s

This commit is contained in:
john gravois
2018-06-29 09:57:52 -07:00
parent dd951a9b35
commit 50c371f77b
+5
View File
@@ -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 = {};