mapbox / mapbox-gl-leaflet

binding from Mapbox GL JS to the Leaflet API
ISC License
522 stars 155 forks source link

support for 'pane' in constructor #68

Closed gregallensworth closed 7 years ago

gregallensworth commented 7 years ago

Fixes https://github.com/mapbox/mapbox-gl-leaflet/issues/67 The new layer will properly use the pane option in the constructor. This allows the ability to stack layers by pane.

fnicollet commented 7 years ago

Great, thanks a lot for your PR!

Fabien