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 issue is that when I zoom in past a zoom level of 18, the maxNativeZoom doesn't kick in. It tries to render more tiles and results in a gray region:
The expected behavior is for the tiles to stay rendered, even if the image gets blurry.
The text was updated successfully, but these errors were encountered:
Bug report in v4
I am trying to allow a 25x max zoom, but stop the rendering of map tiles at a rendering of 18.
To do this, I use the following code:
You can also find it here: https://codesandbox.io/p/sandbox/leaflettest-f97lpf?file=%2Fsrc%2FApp.js%3A1%2C1-31%2C1
The issue is that when I zoom in past a zoom level of 18, the maxNativeZoom doesn't kick in. It tries to render more tiles and results in a gray region:
The expected behavior is for the tiles to stay rendered, even if the image gets blurry.
The text was updated successfully, but these errors were encountered: