You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to fly from somewhere far east in the eastearn hemisphere to somewhere west in the western hemisphere.
With a globe projection, the map will go westwards (around the world), while other projections like the mercator projection will go eastwards (the shorter route).
This is related to #2071 and #1853.
mapbox-gl-js version: 2.15.0
browser: Firefox 114.0.2 (or latest chrome also)
Steps to Trigger Behavior
With a globe projection, the map will go westwards (around the world), while other projections like the mercator projection will go eastwards (the shorter route).
This is related to #2071 and #1853.
Link to Demonstration
Screen.Recording.2023-06-29.at.16.11.24.mov
Code to reproduce:
Expected Behavior
Take the shortest possible path.
Actual Behavior
Stays on w=0 and goes "the wrong way around" the globe.
The text was updated successfully, but these errors were encountered: