Skip to content

How can I change render ordering to order data points across many different layers? #9014

Answered by donmccurdy
connorbuchko asked this question in Q&A
Discussion options

You must be logged in to vote

In that case, see the coordinate systems documentation — most layers accept an altitude or z coordinate that determines which elements are drawn on top. Keep in mind that drawing two overlapping elements at the same height may cause z-fighting. And, with any semi-transparency, there are additional challenges around alpha blending in some cases.

Example: https://jsfiddle.net/donmccurdy/ewh3zcg0/

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@connorbuchko
Comment options

@donmccurdy
Comment options

Answer selected by connorbuchko
@connorbuchko
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants