Replies: 2 comments 1 reply
-
https://codepen.io/Gleb-Shchukin/pen/gOJVorb |
Beta Was this translation helpful? Give feedback.
-
For calc z-coord i use range of values from 0 to 150. At the same time i divide range for different types of points (for highlighted).
In my case it works for more than 15k points. I get dirt only at very small zoom values (at continent level), which is not critical for me. And you can show another (simplified) layer for the small zoom levels to hide the dirt. it's all work around, but we have what we have. |
Beta Was this translation helpful? Give feedback.
-
When adding a symbol layer to display icons and labels using Deck GL, the labels always appear above the icons.
The expected behavior is to have icons and their corresponding labels displayed alternately in this order:
icon1, label1, icon2, label2. I want the icons and labels to overlap each other, like this.
Here is the code:
https://codesandbox.io/p/sandbox/vigorous-browser-z3v7rq
Could somebody help me figure out how to achieve the desired behavior where icons and labels appear in this alternating order?
note:
I’ve tried using the composite layer, but the issue remains the same.
I also tried using the WebGL2 parameter depthTest: false, but the behavior still persists.
I also tried use z coodinate still not working
Beta Was this translation helpful? Give feedback.
All reactions