qgisinspiretools / qgis-wfs20-client-plugin

QGIS Plugin for OGC Web Feature Service 2.0.0
11 stars 8 forks source link

Incomplete parsing of GetFeatureById-Response #20

Open JuergenWeichand opened 4 years ago

JuergenWeichand commented 4 years ago

According to OGC WFS 2.0 the GetFeatureById-Response only delivers the plain GML-Object. GDAL/OGR is not able to parse this response without wfs container (e. g. wfs:FeatureCollection) correctly. Possible improvment: Add an XSLT-preproccessing to add the origin wfs container.