from an openlayers 4.4 interface I want to inject created geometries and their metadata into a postgresql database by checking that they do not already exist. is it possible through mapserver and ogr or some other way?
Asked
Active
Viewed 77 times
1 Answers
0
It's not possible directly with UMN MapServer, because it doesn't support the required WFS-T standard interface (only WFS). You can configure TinyOWS on top of MapServer to give you WFS-T capability, then you will be able to edit a PostgreSQL database through OpenLayers.

user27874
- 312
- 3
- 20