Skip to content

Groundwork

Compare
Choose a tag to compare
@codeofsumit codeofsumit released this 24 Jan 11:10

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 own layerremove 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.