-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] [OAPIF provider] Add support for edition capabilities (OGC API Features Part 4) #52504
Conversation
d207d74
to
e3b94c8
Compare
Nice! We've made some testing and it works well. We experienced some quirks but we are quite sure they come from our backend for now. |
@rouault I'm ok if you ignore some of the reviews suggestions -- this may not be performance sensitive enough to warrant the changes! |
…es Part 4) - Issues OPTIONS on /collections/{coll_id} and collections/{coll_id}/{feature_id} endpoints to check server capabilities - Add support for addFeature() through POST /collections/{coll_id} endpoint - Add support for changeGeometryValues()/changeAttributeValues() through PUT /collections/{coll_id}/{feature_id} endpoint. Or through PATCH /collections/{coll_id}/{feature_id} with just the updated subset, if available - Add support for deleteFeatures() through DELETE /collections/{coll_id}/{feature_id} endpoint. - For POST/PUT/PATCH, takes into account Part 2 (CRS support) when implemented by the server.
@nyalldawson do you mind approving this PR? |
@rouault A documentation ticket will be opened at https://github.com/qgis/QGIS-Documentation when this PR is merged. Please update the description (not the comments) with helpful description and screenshot to help the work from documentors. Thank you! |
@rouault |
Hello, I am testing with QGIS 3.34.1 and pg_featureserv CrunchyData/pg_featureserv#152 Is there something I am missing ? |
CC @3nids