UserLocation Layer #755
Unanswered
henriquemafra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to place a SymbolLayer above MapLibreRN.UserLocation? I appreciate any help in advance. <MapLibreRN.SymbolLayer
id='clustered-deliveries'
aboveLayerID="place-continent"
filter={['has', 'point_count']}
drawOrder='text'
style={{
iconImage: 'markerLight',
iconAnchor: 'bottom',
iconSize: clusterIconSize,
iconAllowOverlap: true,
iconIgnorePlacement: true,
textField: [
'concat',
'+',
['get', 'point_count_abbreviated']
],
textSize: clusterTextSize,
textFont: ['Roboto Bold'],
textAnchor: 'bottom',
textOffset: clusterTextOffset,
textColor: '#fff',
}}
/>
Beta Was this translation helpful? Give feedback.
All reactions