We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't find information for maximum value for zoom.
var map = L.Wrld.map("map", "api key", { center: [51.517327, -0.120005], zoom: 22 });
Expected behavior:
To be closer to the ground.
Actual behavior:
I think that 20 is maximum to the ground.
Reproduces how often:
Always. :)
The text was updated successfully, but these errors were encountered:
You're correct, the current maximum zoom level is 20. I'll leave this ticket open until we can update the documentation.
Sorry, something went wrong.
No branches or pull requests
Description
I can't find information for maximum value for zoom.
Steps to Reproduce
Expected behavior:
To be closer to the ground.
Actual behavior:
I think that 20 is maximum to the ground.
Reproduces how often:
Always. :)
Additional Information
The text was updated successfully, but these errors were encountered: