Files
leaflet.editable/README.md
Yohan Boniface 4b9e5232e9 Initial commit
2014-08-01 15:05:13 +02:00

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.