mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
use 22 as maxZoom for Esri imagery (selectively)
This commit is contained in:
@@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user