Add support for WFS-T from QGIS Server #825
Labels
module:client/plugin
Functionality that goes into plugins in client
new feature
Request for adding/changing functionality
Milestone
Hajk has drifted towards a GeoServer-centric approach recently, and great as GeoServer is, it's always good to give the users more options.
Adding WMS layers from QGIS is supported out of the box (though the admin experience could be improved). WFS Transactions however, require some code changes:
outputFormat: "application/json"
fordescribeFeatureType
. We must handle the XML response in admin in order to be able to add layers.geometry
field somehow. The current approach is no good as QGIS Server will return the specifictype
of filed (e.g.gml:MultiLayerSurface
), and not justGeometry
as GeoServer seems to do. At the same time, we must keep the current support for the GeoServer style.totalInserted
,totalDeleted
andtotalUpdated
), while QGIS Server only returns the changed type. We can't expect all the properties to exist, soclient
needs some minor fixes too.Overall, quite an addition, but I'll attempt to close this before the weekend.
The text was updated successfully, but these errors were encountered: