Leaflet.VectorTiles
Leaflet.VectorTiles copied to clipboard
Add support for defining layer render order
Adds the support for defining layer order by name at initialization time. The order is bottom to top.
TODO:
- [x] support for defining layer order
- [ ] determine what happens when a layer is not in the layer order
In the image below the points
layer is drawn below the countries layer (this is from the example app)