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
I have modified a little bit the codepen I posted.
If you comment lines from 44 to 47 and uncomment the next two ones you could see all working.
But what we really need is to download the tiles from minZoom to maxZoom, then set min and max Native Zoom to the values of minZoom and maxZoom and extend the values of this two. So we can increase the zoom range but not to download to many tiles.
In the codepen the line baseLayer.options.minZoom = minZoom+2 does not work. This is, there are not more zoom available. In the app we are building, we get a white tile. I suppose is because there is no tile to show. But, why maxNativeZoom does not take care of this behaviour?
Hi there
I was trying to use this options to extend the zoom capability of my app but it seems the are not working.
I have read this issue and this issue that are related but I could not resolve neither figure out a solution to this.
I'm using Leaflet version 1.9.4, leaflet offline 3.0.1 in a vue 3 app.
The text was updated successfully, but these errors were encountered: