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
Describe the bug
When adding a SymbolLayer with property icon-ignore-placement or icon-allow-overlap, marker flashes / stretches when zooming or rotating around the marker. If this property is turned off no such behavior occurs.
To Reproduce
Steps to reproduce the behavior:
Add a SymbolLayer with Property icon-ignore-placement or icon-allow-overlap (or both)
Zoom in on SymbolLayer location with Marker, or rotate around the view
Flashing / Stretching occurs on Layer and Marker
Example Android Impl code :
val symbolLayer = SymbolLayer(layerId, sourceId)
.withProperties(
...
PropertyFactory.iconIgnorePlacement(true),
PropertyFactory.iconAllowOverlap(true),
...
Expected behavior SymbolLayer should be able to contain either Propertyicon-ignore-placement or icon-allow-overlap to allow for overlapping layers in terms of z-index to prevent hide / show behavior for layers occupying the same location.
Screenshots
map_markers.mp4
Platform information (please complete the following information):
OS: Android
Platform Android
Version 11.5.0 (Does not reproduce in 10.x versions)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When adding a
SymbolLayer
with propertyicon-ignore-placement
oricon-allow-overlap
, marker flashes / stretches when zooming or rotating around the marker. If this property is turned off no such behavior occurs.To Reproduce
Steps to reproduce the behavior:
icon-ignore-placement
oricon-allow-overlap
(or both)Example Android Impl code :
Expected behavior
SymbolLayer
should be able to contain eitherProperty
icon-ignore-placement
oricon-allow-overlap
to allow for overlapping layers in terms of z-index to prevent hide / show behavior for layers occupying the same location.Screenshots
map_markers.mp4
Platform information (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: