wmts_add_layer
Add a WMTS raster tile layer to a QGIS project using a capabilities URL and layer identifier. Optionally specify a tile matrix set for projection.
Instructions
Add a WMTS raster (tiled) layer to the project.
url is the WMTS capabilities endpoint, layer the server-side layer
identifier (use ows_list_capabilities with service="WMTS" to list
options, including available tile_matrix_set names). Pass
tile_matrix_set to pick a specific one (e.g. a non-default
projection); omit to let QGIS pick the server's default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crs | No | ||
| url | Yes | ||
| layer | Yes | ||
| style | No | ||
| format | No | image/png | |
| layer_name | No | ||
| tile_matrix_set | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||