-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
easeTo panning does not work properly when zoom changes #1744
Comments
We should add test cases for easeTo and flyTo with pitch |
@1ec5 Can you provide a little more context for "needs port from C++"? Does this remind you of a gl-native bug that was fixed? |
I think I misread “easeTo panning” as “easeTo padding”. Looking at the fiddle you posted, I’m not sure I see what the bug is. Can you elaborate? |
This fiddle makes the bug easier to understand: https://jsfiddle.net/4jusfhp2/
|
Interesting. mapbox-gl-native doesn’t have this bug. Its |
It's still throws error:
|
Hi @khashashin , There is a problem with calling inside an event while the user is interacting. This calls a double |
... while
flyTo
does workhttps://jsfiddle.net/vyaLssek/
The text was updated successfully, but these errors were encountered: