Skip to content

OGC API - Features - implementation of Part 4 in QGIS server: Create, Replace, Update and Delete #65294

@swiss-knight

Description

@swiss-knight

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:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugEither a bug report, or a bug fix. Let's hope for the latter!ServerRelated to QGIS server

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions