Leaflet.toolbar icon indicating copy to clipboard operation
Leaflet.toolbar copied to clipboard

added type option for vertical/horizontal controlbar

Open beaver71 opened this issue 4 years ago • 0 comments

available type option as in this example:

new L.Toolbar2.Control({
    position: 'topleft',
    type: 'horizontal',   /* alternative value: 'vertical' */
    actions: [
        MyToolbarAction1,
        MyToolbarAction2
    ]
}).addTo(map);

beaver71 avatar Nov 27 '20 07:11 beaver71