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
Bug Demo : jsbin link mapbox-gl-js version: : 0.32.1
Steps to Trigger Behavior
If you zoom out, the LineString displays properly, zooming in to levels above 18 breaks LineString display. This only occurs with LineStrings which are closed loops.
Expected Behavior
The LineString should display at all zoom levels
Actual Behavior
The LineString is broken at all zoom levels above 18
The text was updated successfully, but these errors were encountered:
That being said, this does look like a bug. The self-intersecting linestring should not appear hidden when over zooming past the max tile size of the source.
I believe this was fixed between v0.33.1 and v0.34.0 (likely #4413) — confirmed by switching Mapbox GL JS version in the fiddle provided above. Please open a new issue if you see this again.
Bug Demo : jsbin link
mapbox-gl-js version: : 0.32.1
Steps to Trigger Behavior
If you zoom out, the
LineString
displays properly, zooming in to levels above18
breaksLineString
display. This only occurs withLineString
s which are closed loops.Expected Behavior
The
LineString
should display at all zoom levelsActual Behavior
The
LineString
is broken at all zoom levels above18
The text was updated successfully, but these errors were encountered: