13

I would like to develop a simple mapping application. One where users can digitize lines, polygons and points and attribute the features. The attributes will then be stored in a database for later assessment.

Has anyone seen such an app using the leaflet library?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Robert Buckley
  • 10,175
  • 14
  • 76
  • 156

2 Answers2

2

Leaflet.draw is a plugin which adds the ability to draw in Leaflet. https://github.com/Leaflet/Leaflet.draw

Check out the demo to see how to implement it.

jgrocha
  • 5,345
  • 25
  • 43
Donny V.
  • 863
  • 8
  • 16
1

I made an example using CouchDB as the back end. Won't easily transfer to another DB though. http://calvin.iriscouch.com/leafletcouch/_design/leaflet/index.html

Calvin
  • 1,507
  • 13
  • 14