Skip to content

Commit 5c48425

Browse files
add missing projection declaration
add missing projection declaration in `stac_extensions` in collection example
1 parent f81324f commit 5c48425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/collection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "Collection",
44
"stac_extensions": [
55
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
6+
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
67
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
78
],
89
"stac_version": "1.0.0-rc.3",

0 commit comments

Comments
 (0)