ows_list_capabilities
Retrieve layer and coverage details from WMS, WMTS, WFS, or WCS GetCapabilities documents. Use the returned names, titles, and CRSs to add specific layers to your QGIS project.
Instructions
Read GetCapabilities from a WMS/WMTS/WFS/WCS endpoint.
url is the service's base endpoint - SERVICE/REQUEST/VERSION query
params are added or overwritten automatically, so a full GetCapabilities
URL works too. service is one of "WMS", "WMTS", "WFS", "WCS". Returns
the advertised layers/feature types/coverages (name, title, CRS,
formats/styles/tile matrix sets where applicable) so you know what to
pass to wms_add_layer/wmts_add_layer/wfs_add_layer/wcs_add_layer.
Capped at 200 entries per call; parsing is best-effort across the
various GetCapabilities XML dialects, not a full capabilities model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| service | Yes | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||