Leaflet.toolbar
Leaflet.toolbar copied to clipboard
added type option for vertical/horizontal controlbar
available type option as in this example:
new L.Toolbar2.Control({
position: 'topleft',
type: 'horizontal', /* alternative value: 'vertical' */
actions: [
MyToolbarAction1,
MyToolbarAction2
]
}).addTo(map);