-1

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?

ericire
  • 409
  • 6
  • 22

1 Answers1

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