Update main.json
Browse files
main.json
CHANGED
@@ -5,12 +5,23 @@
|
|
5 |
"description": "Demo collection",
|
6 |
"license": "CC-BY-4.0",
|
7 |
"extent": {
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
"links": [
|
16 |
{
|
|
|
5 |
"description": "Demo collection",
|
6 |
"license": "CC-BY-4.0",
|
7 |
"extent": {
|
8 |
+
"spatial": {
|
9 |
+
"bbox": [
|
10 |
+
[
|
11 |
+
-180,
|
12 |
+
-90,
|
13 |
+
180,
|
14 |
+
90
|
15 |
+
]
|
16 |
+
]
|
17 |
+
},
|
18 |
+
"temporal": {
|
19 |
+
"interval": [
|
20 |
+
[
|
21 |
+
"2018-01-01T00:00:00Z",
|
22 |
+
null
|
23 |
+
]
|
24 |
+
]
|
25 |
}
|
26 |
"links": [
|
27 |
{
|