You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes issues #3, #9, #16, #17, #18. Among other features and bugfixes, this release:
Adds offset to popup toolbars on markers.
Allows only one toolbar of each type on the map at a time.
Prevents click, dblclick, and mousemove events on toolbars from propagating up to the map.
Adds class factories L.toolbar.control, L.toolbar.popup, and L.toolbar.toolbarAction.
Adds a grunt task for updating gh-pages: grunt gh-pages:update.
BREAKING CHANGES
Renames dist/ files to conform with Leaflet naming conventions.
In particular, Leaflet.Toolbar.js became leaflet.toolbar-src.js, and Leaflet.Toolbar.css became leaflet.toolbar.css.