mapbox-maps-android icon indicating copy to clipboard operation
mapbox-maps-android copied to clipboard

Layerposition lineLayer & symbolLayer when zoomed far out changes/wrong

Open tobias-r opened this issue 1 year ago • 3 comments

Environment

  • Android OS version: 34
  • Devices affected: all
  • Maps SDK Version: 11.4.0

Observed behavior and steps to reproduce

I am adding multiple symbol and line layers with addLayerBelow. When zoomed out (zoomlevel < 6 or 7) the order of the layer suddenly changes, so that all symbolLayers are above all lineLayers. Zoomed further in, everything is fine.

This also happens if i clearly add change add a lineLayer with addAbove (all others). Symbol layers will still show above line layers when zoomed out.

Expected behavior

Keep position of layers on all zoom levels

Additional links and references

Can provide additional data.

tobias-r avatar May 27 '24 09:05 tobias-r