-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leaflet Map cannot be zoomed after scale 1:2257 #1639
Comments
I wanted to customize the scale list but I discovered some problems. This is a general problem and should be opened a proper issue in order to fix this. |
Overriding the scales is not a good solution, thus this issue need to be investigated more |
The problem could be resolved setting maxZoom and maxNativeZoom for each TileLayer configuration and overriding them properly in the map components. |
This issue is more tricky than expected. some issues raise here:
All of the above should be done only for leaflet though |
see #394 |
The bug can be replicated using the scalebar.
This works fine using openlayers.
The text was updated successfully, but these errors were encountered: