use 22 as maxZoom for Esri imagery (selectively)

This commit is contained in:
john gravois
2018-06-29 09:20:05 -07:00
committed by GitHub
parent 76d21c8293
commit dd951a9b35
+1 -1
View File
@@ -338,7 +338,7 @@ rendererBackgroundSource.Esri = function(data) {
}
// if any tiles are missing at level 20 we restrict maxZoom to 19
esri.scaleExtent[1] = (hasTiles ? 20 : 19);
esri.scaleExtent[1] = (hasTiles ? 22 : 19);
});
};