mirror of
https://github.com/Leaflet/Leaflet.Editable.git
synced 2025-08-16 15:18:07 +00:00
660 B
660 B
# Leaflet.Editable
Make geometries editable in Leaflet.
This is not a plug and play UI, and will not. This is a minimal, lightweight, and fully extendable API to control editing of geometries. So you can easily build your own UI with your own needs and choices.
See the demo UI.
Design keys:
- only the core needs
- no UI, but hooks everywhere needed
- everything programatically controlable
- MultiPolygon/MultiPolyline support
- Polygons' holes support
- touch support
- tests
Considered pre-alpha. Under active developpement, many things can change before a proprer release.