-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Feature description
Hi,
I have created a small QGIS server project to serve PostGIS data.
I can see the data very well in my web browser and I can get all the features.
But I'm wondering if CRUD operations can be "enable" in my QGIS server project?
Currently I can notice "only" those classes under the /conformance end point
QGIS Server
Conformance Classes
http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core
http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30
http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/html
http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson
whereas, from the exact same QGIS server project, when using the exact same WFS/OAPIF configuration in the project properties, the CRUD operations are both enabled:
and available when using the WFS endpoint:
<Operations>
<Operation>Query</Operation>
<Operation>Insert</Operation>
<Operation>Update</Operation>
<Operation>Delete</Operation>
</Operations>But I can only 'edit' (update, insert, delete) features using the WFS endpoint, not the OAPIF one.
Thanks.
Additional context
No response