Groundwork
This release addresses some fundamentals to enable future features like rotation.
The Toolbar is now split into Drawing and Editing. More Features will come soon π
Breaking Changes
- Change
pm:remove
Event Trigger: #382
pm:remove
is now only called when a layer is removed via the leaflet.pm UI. For programmatic removal of a layer, use leaflets ownlayerremove
event.
Minor Changes
- Fully Cutted Layers will now get removed from the map: #385
- Separated Draw and Edit Tools: #389
- Added Dedicated Drag Mode: #390
- Big README Update: #391
Patches
- Added selfIntersection Check to Cut Feature: #367
- Removed Experimental FontAwesome Support. Fixes #381: #383
- Self-Intersection Fixes: #384
- Dependency Update & Cleanup: #387
Credits
Huge thanks to @bugleev for helping and to @maxmaier for the design work.