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 used this function with center - [5.2912, 52.1326], zoom - 6.3.
[5.2912, 52.1326]
6.3
It always returns [NaN, NaN, NaN, NaN]
[NaN, NaN, NaN, NaN]
The text was updated successfully, but these errors were encountered:
Try rounding your zoom level to the nearest integer (ref #5).
Sorry, something went wrong.
This issue should now be fixed by #19, which adds support for float zoom levels in bounds().
bounds()
No branches or pull requests
I used this function with center -
[5.2912, 52.1326]
, zoom -6.3
.It always returns
[NaN, NaN, NaN, NaN]
The text was updated successfully, but these errors were encountered: