[gdal-dev] WFS Vector Layer Improvement
Robert Coup
robert.coup at koordinates.com
Mon Aug 30 02:15:38 PDT 2021
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 :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20210830/7c2241f0/attachment.html>
More information about the gdal-dev
mailing list