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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
The flicker happens because changing the wrap values for the symbols breaks continuity in the CrossTileSymbolIndex. We should port the handleWrapJump logic from mapbox/mapbox-gl-js#6438. That PR also included GL JS specific fixes to the tile cache that caused the whole tile to flicker instead of just symbols -- I don't believe that part of the problem ever affected gl-native.
The flicker happens because changing the wrap values for the symbols breaks continuity in the
CrossTileSymbolIndex
. We should port thehandleWrapJump
logic from mapbox/mapbox-gl-js#6438. That PR also included GL JS specific fixes to the tile cache that caused the whole tile to flicker instead of just symbols -- I don't believe that part of the problem ever affected gl-native./cc @ansis @asheemmamoowala
The text was updated successfully, but these errors were encountered: