Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Groundwork source code.tar.gz | 2019-01-24 | 121.6 kB | |
Groundwork source code.zip | 2019-01-24 | 153.8 kB | |
README.md | 2019-01-24 | 966 Bytes | |
Totals: 3 Items | 276.5 kB | 0 |
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.