| I have been doings some testing with the natural earth Quickstart dataset used for the GeoServer styling working and QGIS. And have run into a odd incompatibility with QGIS as a client and GeoServer WFS. Turns into two problems:
- GeoServer WFS 2.0.0 GetFeature is not returning the same content as WFS 1.1.0
- QGIS Always makes use of WFS 2.0.0 (even when configured to use 1.0.0 or 1.1.0)
Sample data:
Here are the example queries: Initial QGIS Request:
Changing the BBOX to be a valid range:
Requesting shapefile output:
Change to EPSG:4327 srs:
Using GeoServer layerpreview
Adjusting QGIS request to use WFS 1.0.0:
Adjusting QGIS request to use WFS 1.1.0:
|