-
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
flyTo animation finishes after specified duration; pitch is not used #1429
Comments
Made a jsfiddle to illustrate the issue described: http://jsfiddle.net/k8fkosxc/ |
Figured out that my setting of |
I'm interested in making the |
I can confirm that this bug still exists in v0.11.3 http://jsfiddle.net/9je928c5/ @jczaplew Does |
:foot-in-mouth: #1744 |
As a note, there are two separate, perhaps related, bugs being discussed here:
|
My mistake.
Pushing a fix for this shortly 👍 |
Filed #1854 to expose a |
I'm using
flyTo
method in a pretty basic example with mapbox-gl 0.9.0:I find two issues:
From the docs (https://www.mapbox.com/mapbox-gl-js/api/#map/flyto), it appears that both
duration
andpitch
should be supported, since they are part ofCameraOptions
, but perhaps this isn't entirely true forflyTo
?The text was updated successfully, but these errors were encountered: