-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Labels
bug 🪲Something is broken!Something is broken!
Description
Hi Mapbox,
we have another question, it's not crazy serious, but it's been there for a while and maybe there is a fix we do not know about?
Our symbol layers flicker as in video at a certain zoom level:
https://findpenguins.com/Mapbox-Flickering.mp4
The exact same happens in Android AND iOS.
Zoomlevel when it occurs: When the smaller roads appear, our symbol layers blink, some even fade out-in quickly.
Newest MapBox SDK versions.
Symbollayer is not really added any special, layer + source.
val layer = symbolLayer(layerId, sourceId) {
iconImage(Expression.get(ICON_IMAGE_ID))
iconRotate(Expression.get("icon-rotation"))
iconAnchor(IconAnchor.CENTER)
iconAllowOverlap(true)
iconIgnorePlacement(true)
}
Any help would be appreciated!
Best,
Tobias
P.S. Sometimes our symbol layers also disappear entirely on a simple map drag. This only happens around this exact zoom level.
Metadata
Metadata
Assignees
Labels
bug 🪲Something is broken!Something is broken!