I am working with street level mapping. To imrprove performance the different classes of roads are in separate layers.
I load the layers in the order I want them drawn (lowest class road on the bottom, and high class {like highways} roads on top). I do include the TextStyle in each layer load. But I have notice that often the small class roads get labeled, but the larger class roads do not.
So my question is, in what order, or priority, are labels rendered? How would I ensure a certain layer's labels are rendered while another layer's are "seen" as a lower priority and can be skipped if space does not allow for the label?
Thanks.
John