You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin does not work with maxNativeZoom and maxZoom settings.
Open street maps have only tiles with max zoom 18. Therefore when someone use settings like:
var osmTiles = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
//Create the basemap and add it to the map
osmLayer= L.tileLayer(osmTiles, {
maxZoom: 30,
maxNativeZoom: 18,
opacity:0.6
});
The plugin will throw errors and search for wrong tiles (X, Y, Z are wrong)
The text was updated successfully, but these errors were encountered:
The plugin does not work with maxNativeZoom and maxZoom settings.
Open street maps have only tiles with max zoom 18. Therefore when someone use settings like:
The plugin will throw errors and search for wrong tiles (X, Y, Z are wrong)
The text was updated successfully, but these errors were encountered: