Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Symbols flicker on crossing antimeridian #11878

Closed
ChrisLoer opened this issue May 10, 2018 · 0 comments · Fixed by #11938
Closed

Symbols flicker on crossing antimeridian #11878

ChrisLoer opened this issue May 10, 2018 · 0 comments · Fixed by #11938
Assignees
Labels
bug Core The cross-platform C++ core, aka mbgl rendering

Comments

@ChrisLoer
Copy link
Contributor

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.

/cc @ansis @asheemmamoowala

@ansis ansis self-assigned this May 10, 2018
@friedbunny friedbunny added bug Core The cross-platform C++ core, aka mbgl rendering labels May 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Core The cross-platform C++ core, aka mbgl rendering
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants