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
Copy file name to clipboardExpand all lines: access-data/find-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This endpoint only has query parameters that modify the behavior of the request,
21
21
|**returnGeometry (optional)**| This parameter defines whether the geometry is returned or not. Default to "true". |
22
22
|**sr (optional)**| The spatial reference. Supported values: 21781 (LV03), 2056 (LV95), 4326 (WGS84) and 3857 (Web Pseudo-Mercator). Defaults to "21781". |
23
23
|**lang (optional)**| The language. Supported values: de, fr, it , rm, en. Defaults to "de". |
24
-
|**layerDefs (optional)**| Filter features with an expression (see [identify features](/docs/identify-features##layerdefs-syntax)) Syntax: <spanclass="title-ref">{ "\<layerId\>" : "\<layerDef1\>"}</span>|
24
+
|**layerDefs (optional)**| Filter features with an expression (see [identify features](/access-data/identify-features##layerdefs-syntax)) Syntax: <spanclass="title-ref">{ "\<layerId\>" : "\<layerDef1\>"}</span> |
25
25
|**callback (optional)**| The name of the callback function. |
@@ -23,7 +23,7 @@ Files smaller than 5 GB can be uploaded as a single part; however, you must stil
23
23
24
24
If the file exceeds 5 GB, it must be split into multiple parts. Each part must be at least 5 MB in size - except for the final part- and no part can be larger than 5 GB. Uploads that do not follow these size constraints will fail.
25
25
26
-
Additionally, files larger than 10 MB should be compressed before uploading; see [Compression](/docs/stac-api/compression) for guidance.
26
+
Additionally, files larger than 10 MB should be compressed before uploading; see [Compression](/download-data/stac-api/compression) for guidance.
0 commit comments