Re: [Qgis-developer] [Qgis-user] Editing maps via qgis-server

2015-01-23 Thread René-Luc Dhont
You can use the WFS-T API with some web-clients like OpenLayers to 
provide edition through QGIS-Server.



Le 23/01/2015 14:45, Luca Manganelli a écrit :



Il 22/gen/2015 18:06 "Peter Smith" > ha scritto:

>
> Hello list,
>
> I'm running Qgis server 2.0.1 via Apache/fcgi with the mapserver front
> end. Is there any way that I can allow users to edit maps via their
> web browser? I don't need anything too complicated, just the ability
> to add markers to a layer.
>
> Thanks
>

We made a qgis web client edition that provides editing features 
(points and lines) using the known openlayers API methods then we made 
a backend written in python that made sql commands to our postgres 
database.




___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] [Qgis-user] Editing maps via qgis-server

2015-01-23 Thread Luca Manganelli
Il 22/gen/2015 18:06 "Peter Smith"  ha scritto:
>
> Hello list,
>
> I'm running Qgis server 2.0.1 via Apache/fcgi with the mapserver front
> end. Is there any way that I can allow users to edit maps via their
> web browser? I don't need anything too complicated, just the ability
> to add markers to a layer.
>
> Thanks
>

We made a qgis web client edition that provides editing features (points
and lines) using the known openlayers API methods then we made a backend
written in python that made sql commands to our postgres database.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer