Overlapping territories and rendering order #3778
-
We have a case in which we have overlapping tiles in the same layer on a map, long story but basically it represents territories that in some cases include the same Zip codes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not sure I understand the questions fully, but the rendering logic is deterministic and different users will see the same map assuming it uses the same style. |
Beta Was this translation helpful? Give feedback.
Not sure I understand the questions fully, but the rendering logic is deterministic and different users will see the same map assuming it uses the same style.
Things that might cause differences are different zoom, location, pitch etc for labels and symbols as those are removed dynamically to reduce clutter.
Hope that answers your question.