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
@@ -23,6 +23,10 @@ This extension only extends the [Link Object](https://github.com/radiantearth/st
23
23
used in all STAC entities (Catalogs, Collections, Items). It requires specific relation types to be set for the `rel` field in the
24
24
Link Object.
25
25
26
+
An attribution field is not defined as part of this extension, but it is RECOMMENDED to provide an attribution
27
+
in the top-level object of the document via the `attribution` field as defined in
28
+
[OGC API - Commons - Part 1](http://docs.ogc.org/DRAFTS/19-072.html#landing-page).
29
+
26
30
### OGC WMTS
27
31
28
32
Links to a [OGC Web Map Tile Service](https://www.ogc.org/standards/wmts) (WMTS) implementation (versions 1.x).
@@ -32,7 +36,7 @@ Links to a [OGC Web Map Tile Service](https://www.ogc.org/standards/wmts) (WMTS)
32
36
| rel | string |**REQUIRED**. Must be set to `wmts`. |
33
37
| href | string |**REQUIRED**. Link to the WMTS, without any WMTS specific query parameters. |
34
38
| wmts:layer| string\|\[string]|**REQUIRED**. The layers to show on the map, either a list of layer names or a single layer name. |
35
-
| wmts:dimensions| Map\<string, string> | Any additional dimension parameters to add to the request, usually added as query parameters. |
39
+
| 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