You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| rel | string |**REQUIRED**. Must be set to `wms`. |
57
57
| href | string |**REQUIRED**. Link to the WMS, without any WMS specific query parameters. |
58
-
| type | string |Recommended to be set to the media type the Capabilities document, usually `text/xml`. |
58
+
| type | string |The media type to be used for the tile requests, e.g. `image/png` or `image/jpeg`. |
59
59
| wms:layers|\[string]|**REQUIRED**. The layers to show on the map by default. Can't be empty. |
60
60
| wms:styles|\[string]| The styles to show on the map by default. If not provided or empty, an empty string will be used for the query parameter. |
61
61
| wms:dimensions| Map\<string, string> | Any additional dimension parameters to add to the request as query parameters (e.g. the dimensions `TIME` or `ELEVATION`). |
@@ -68,7 +68,7 @@ Links to a [OGC Web Map Tile Service](https://www.ogc.org/standards/wmts) (WMTS)
| rel | string |**REQUIRED**. Must be set to `wmts`. |
70
70
| href | string |**REQUIRED**. Link to the WMTS, without any WMTS specific query parameters. |
71
-
| type | string |Recommended to be set to the media type the Capabilities document, usually `application/xml`. |
71
+
| type | string |The media type to be used for the tile requests, e.g. `image/png` or `image/jpeg`. |
72
72
| href:servers|\[string]| See [href:servers](#hrefservers) below for details. |
73
73
| wmts:layer| string\|\[string]|**REQUIRED**. The layers to show on the map by default, either a list of layer names or a single layer name. |
74
74
| wmts:dimensions| Map\<string, string> | Any additional dimension parameters to add to the request as key-value-pairs, usually added as query parameters. |
0 commit comments