MaxNativeZoom does not work since update to v5 #1624
Replies: 1 comment
-
Hey @sequanimartin, Indeed, that is the correct behaviour. I can also see that the behaviour is broken since v4, including on the latest 'master' (although the latest 'master' is slightly less broken). I've migrated this to issue #1625. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
don't know if it is an issue, so I preferred to first open a discussion here.
In my project I use this TileLayer:
TileLayer( maxNativeZoom: 18, urlTemplate: "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", subdomains: ['a', 'b', 'c']);
as you can see I set maxNativeZoom = 18. Now in my region max zoom level is 18 and for 19/20 there are no images available. In that case by setting the maxNativeZoom to 18 it should auto-scale the image from level 18 if I zoom closer, right?
That worked perfectly in ver. 3.1.0 but now on 5.0.0 it doesn't anymore.
Suggestions?
Beta Was this translation helpful? Give feedback.
All reactions