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
The previous code renders a list of icons and images that represent places in real life, however we have the issue that the icons appear above the images
I tried to correct this using the "symbolSortKey" and "belowLayerID" properties without success. If there is a way to achieve this it would be of great help.
Expected behavior
The images (PointAnnotations) are displayed above the icons (SymbolLayers), this is how looks in android:
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered:
Alternatively, try moving the images to the MarkerView component which corrects the problem with the icons but this results in some images not being displayed, I assume this is because the MarkerView does not have the refresh() method to update the Marker when the image finishes loading, is there a way to use the images with the MarkerView? Any way to correct the issue of the icons overlapping the images works for me
Mapbox Implementation
Mapbox
Mapbox Version
default
React Native Version
0.74.0
Platform
iOS
@rnmapbox/maps
version10.1.28
Standalone component to reproduce
Observed behavior and steps to reproduce
The previous code renders a list of icons and images that represent places in real life, however we have the issue that the icons appear above the images
I tried to correct this using the "symbolSortKey" and "belowLayerID" properties without success. If there is a way to achieve this it would be of great help.
Expected behavior
The images (PointAnnotations) are displayed above the icons (SymbolLayers), this is how looks in android:
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: