umap
umap copied to clipboard
Set minNativeZoom and maxNativeZoom for a map
trafficstars
This is similar to https://github.com/umap-project/umap/issues/103, but for the values.
maxNativeZoomhttps://leafletjs.com/reference.html#gridlayer-maxnativezoomminNativeZoom
They allow to set a maxZoom for the tiles (that is the "native" value) independent from the maxZoom for the viewer.
Example:
- https://supaplexosm.github.io/strassenraumkarte-neukoelln/?map=osm#21/52.48146/13.44826 allows to zoom in further than 19.
- https://github.com/SupaplexOSM/strassenraumkarte-neukoelln/blob/main/index.html#L53-L54