Open NathanMOlson opened 4 days ago
maplibre-gl-js version: 5.0.0-pre.3, 5.0.0-pre.7
browser: Chrome
https://github.com/user-attachments/assets/6fdda8ea-6550-4177-934e-8fbe30f7351a
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.
@NathanMOlson should I be assigning this issue to you?
Sure, I introduced this and I know how to fix it.
maplibre-gl-js version: 5.0.0-pre.3, 5.0.0-pre.7
browser: Chrome
Steps to Trigger Behavior
Demonstration
https://github.com/user-attachments/assets/6fdda8ea-6550-4177-934e-8fbe30f7351a
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.