FYI, the way it works with GeoServer is to use the URL paths: /geoserver/wfs?service=WFS&request=GetCapabilities&version=2.0.0 → results for all workspaces & datasets /geoserver/myworkspace/wfs?service=WFS&request=GetCapabilities&version=2.0.0 → results for all datasets in a single workspace /geoserver/myworkspace/mydataset/wfs?service=WFS&request=GetCapabilities&version=2.0.0 → results for a single dataset
And there's a mechanism to suppress datasets from the global/workspace capabilities responses (not advertised) but have them available for dataset-only capabilities requests. (eg. mydataset-change-history). More details: https://docs.geoserver.org/stable/en/user/configuration/virtual-services.html Since it's in the URL path component any of the above can be passed to GDAL without interfering with the key-value parameters. Rob :-)
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev