You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to be able to add two style layers to the map. An imagery style that sits below our leaflet data, and a labels style that sits on top of the imagery and data. We have not succeeded at getting this to work. Here is a simple example of what we tried:
Leaflet allows you to control this by using "panes". Depending on the situation you can create your own "custom pane" and define its z-index. Check out this article: https://leafletjs.com/examples/map-panes/
Hello,
We would like to be able to add two style layers to the map. An imagery style that sits below our leaflet data, and a labels style that sits on top of the imagery and data. We have not succeeded at getting this to work. Here is a simple example of what we tried:
https://jsfiddle.net/4j9ghubc/
This only shows the labels. We would like to see the imagery behind the transparent parts of the labels.
Please let us know if you need more example or clarification.
Thanks!
The text was updated successfully, but these errors were encountered: