-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 refuses to cross antimeridian #1853
Labels
Comments
👍 currently the logic is to stay on the center world copy, but we could modify it so that we fly to the closest longitude considering world wrap. |
1ec5
changed the title
flyTo refuses to cross antemeridian
flyTo refuses to cross antimeridian
Dec 19, 2015
1ec5
added a commit
to mapbox/mapbox-gl-native
that referenced
this issue
Dec 20, 2015
1ec5
added a commit
to mapbox/mapbox-gl-native
that referenced
this issue
Dec 20, 2015
1ec5
added a commit
that referenced
this issue
Dec 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flyTo()
optimizes for frequent flier miles, traversing the entire world instead of simply crossing the antemeridian when the endpoints straddle the antemeridian. For example, alternate between the following lines, which are on either end of Fiji:/cc @lucaswoj @mourner
The text was updated successfully, but these errors were encountered: