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
mapbox-gl-js version: v0.34.0
option.renderWorldCopies = false
flyTo
Math.abs(tr.center.lng) + Math.abs(center.lng) > 180
flyTo should stay in the noncopied world where -180 < lat < 180.
-180 < lat < 180
flyTo will to to bring you to a worldCopy which is not rendered.
Something like this will fix the problem. CrokinoleMaster@4baab4a
The text was updated successfully, but these errors were encountered:
@huaruiwu I encourage you to submit this is a PR. Your fix looks good to me!
Sorry, something went wrong.
Fixed in 9941dde
No branches or pull requests
mapbox-gl-js version: v0.34.0
Steps to Trigger Behavior
option.renderWorldCopies = false
flyTo
whereMath.abs(tr.center.lng) + Math.abs(center.lng) > 180
Expected Behavior
flyTo
should stay in the noncopied world where-180 < lat < 180
.Actual Behavior
flyTo
will to to bring you to a worldCopy which is not rendered.Something like this will fix the problem.
CrokinoleMaster@4baab4a
The text was updated successfully, but these errors were encountered: