0

I need to develop a web application to make users edit a shapefile in the browser. Main idea would be to load a shapefile with his layers, and then let users create lines, polylines and so, saving that data to the shapefile. An improvememt would be to save data to db.

I searched on the Internet but I can't find a opensource solution. I took a look at lizmap and qgis server but It seems there Is not the possibility to insert vectorial items or edit the Ones already present.

Can someone help? Thanks in advance

ale
  • 1

1 Answers1

0

What you are looking for can be achieved by using GeoServer and a WFS-T client such as OpenLayers. See for example this tutorial or this question for examples.

Ian Turton
  • 10,018
  • 1
  • 28
  • 47