jfloresf commited on
Commit
7d55032
1 Parent(s): 93d2849

Update main.json

Browse files
Files changed (1) hide show
  1. main.json +17 -6
main.json CHANGED
@@ -5,12 +5,23 @@
5
  "description": "Demo collection",
6
  "license": "CC-BY-4.0",
7
  "extent": {
8
- "interval": [
9
- [
10
- "2018-01-01T00:00:00Z",
11
- null
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
  {