wms_add_layer
Add a WMS raster layer to a QGIS project by specifying the service URL and layer name, with optional style, CRS, format, and display name.
Instructions
Add a WMS raster layer to the project.
url is the WMS service endpoint, layer the server-side layer name
(use ows_list_capabilities with service="WMS" to list options and
valid crs values). style is a server-side style name (server default
if omitted). layer_name names the layer in QGIS (defaults to layer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crs | No | EPSG:3857 | |
| url | Yes | ||
| layer | Yes | ||
| style | No | ||
| format | No | image/png | |
| layer_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||