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
The example above shows our requirement of syncing a canvas source (represented by a green border with blue background) such that it is always centered in the map container and is equal to the pixel width of one world. The bug can be seen in the rightmost world repeat, where the canvas is not visible. If you pan the map east past the antimeridian, the canvases render correctly. This also happens when zooming. For example, zooming into the left instance of India from the initial view will cause the canvas to disappear once the map bounds no longer contains the antimeridian.
mapbox-gl-js version: master
browser: Chrome
Steps to Trigger Behavior
Add canvas source that covers large part of the world and crosses antimeridian
mapbox-gl-js version: master
browser: Chrome
Steps to Trigger Behavior
Link to Demonstration
https://codepen.io/anon/pen/pOVPgE
Expected Behavior
Renders canvas on right side.
Actual Behavior
Doesn't render canvas.
The text was updated successfully, but these errors were encountered: