update default and plugin base maps to allow zooming up to level 21, and scale the tiles when they don't support such a resolution
This commit is contained in:
@ -52,7 +52,8 @@ window.plugin.mapTileStamen.addLayer = function() {
|
||||
layer: layer,
|
||||
type: type,
|
||||
minZoom: minZoom,
|
||||
maxZoom: maxZoom
|
||||
maxNativeZoom: maxZoom,
|
||||
maxZoom: 21
|
||||
});
|
||||
|
||||
layerChooser.addBaseLayer(mapLayer,'Stamen '+name);
|
||||
|
Reference in New Issue
Block a user