Skip to content

Symbol Layers blink at mid zoom level #2394

@tobias-r

Description

@tobias-r

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

No one assigned

    Labels

    bug 🪲Something is broken!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions