Is it possible to display tileLayer
on top of all other layers? This means that all other layers are displayed below the tileLayer
.
Googled all day, but couldn't find definite yes or no.
Create a map pane on top of (with a higher z-index
than) the standard tile pane, and position your tile layer in it.
There is an entire Lealfet tutorial on the issue.