Skip to content

Commit 0e7c816

Browse files
authored
docs: fix collection loading example (#163)
1 parent 771f0a8 commit 0e7c816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/stac-loader/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,10 @@ export interface StacLoaderProps {
258258
* "license": "proprietary",
259259
* "extent": {
260260
* "spatial": {"bbox": [[-180, -90, 180, 90]]},
261-
* "temporal": {"interval": [[null, null]]},
261+
* "temporal": {"interval": [[null, null]]}
262262
* },
263263
* "stac_version": "1.1.0",
264+
* "links": []
264265
* }'
265266
*
266267
* aws sns publish --topic-arn $STAC_LOAD_TOPIC --message '{

0 commit comments

Comments
 (0)