Leaflet / Leaflet.toolbar

Flexible, extensible toolbars for Leaflet maps.
MIT License
197 stars 70 forks source link

Allow two instances of L.Toolbar2.Control #55

Open fpuga opened 4 years ago

fpuga commented 4 years ago

I want to use two toolbars controls in my app.

This PR proposes a way to achieve that. The code can be improved, and tests are failing in this line.

This is just a to know if you are interested in integrate this kind of patch, and what you suggest to improve the code.