Issues w/ above/belowLayerId #3823
Unanswered
bradherman
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently rendering a MapView with a PointAnnotation showing the users avatar and a line showing the path traveled.
When not specifying any above/below layer ids, the line always renders on top of the avatar. If I specify
aboveLayerId="route-line"
oraboveLayerId="route-source"
on the PointAnnotation, it doesn't change anything. If I specifybelowLayerId="current-location"
on the LineLayer, then no line renders at all. What am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions