heigeo / leaflet.wms

A Leaflet plugin for working with Web Map services, providing: single-tile/untiled/nontiled layers, shared WMS sources, and GetFeatureInfo-powered identify.
http://heigeo.github.io/leaflet.wms/
MIT License
242 stars 135 forks source link

added functions bringToBack and bringToFront #28

Closed granci closed 8 years ago

granci commented 8 years ago

added functions bringToBack and bringToFront to Overlay to work similarly as in Leaflet's ImageOverlay

1tylermitchell commented 8 years ago

Funny, I was already using this syntax and was wondering why it wasn't working - great to see your implementation, thanks for sharing. Does this also allow ordering of items in a layer control?

sheppard commented 8 years ago

Thanks @granci, I rebased and merged these changes.