-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
User can zoom in to NaN when scrolling #381
Comments
Fixed both saving invalid zoom to URL and crashing on invalid view from other causes. Thanks for a great report. 👍 btw, it looks like an issue in maplibre-gl if you wanted to report there |
Existing maplibre-gl-js issue: maplibre/maplibre-gl-js#4235 |
maplibre 4.5.2 is also fixing the underlying issue "Fix camera being able to move into 3D terrain" Updated here #381 & deployed right now. |
Fix of the crash is still in progress: |
I see, thanks - so they probably put wrong issue in the Relase notes 😄 https://github.com/maplibre/maplibre-gl-js/releases/tag/v4.5.2 |
Zooming in can cause zooming into the terrain when using a map with tilted terrain. Results into broken app and the URL:
https://osmapp.org/#NaN/49.2177/16.6333
It's hard to restore the app.
After refreshing the site, the following error occurs. The app should reset the zoom and position when the position becomes invalid.
To fix the website use has to:
The text was updated successfully, but these errors were encountered: