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
maplibre-gl-js version: 5.0.0-pre.3, 5.0.0-pre.7
browser: Chrome
When rollEnabled=false, no user mouse input causes the map to roll.
rollEnabled=false
When rollEnabled=false, the map ends up rolled when rotations near pitch = 0 are interrupted.
The text was updated successfully, but these errors were encountered:
@NathanMOlson should I be assigning this issue to you?
Sorry, something went wrong.
Sure, I introduced this and I know how to fix it.
add failing unit test to demonstrate maplibre#5083
aaa6e99
fix maplibre#5083.
f7f9f09
NathanMOlson
Successfully merging a pull request may close this issue.
maplibre-gl-js version: 5.0.0-pre.3, 5.0.0-pre.7
browser: Chrome
Steps to Trigger Behavior
Demonstration
unwanted_roll.mp4
Expected Behavior
When
rollEnabled=false
, no user mouse input causes the map to roll.Actual Behavior
When
rollEnabled=false
, the map ends up rolled when rotations near pitch = 0 are interrupted.The text was updated successfully, but these errors were encountered: