Skip to content

Commit 24fd22a

Browse files
add bbox, links
1 parent 0e422a8 commit 24fd22a

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

examples/example-nsl.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"id": "20190822T183518Z_746_POM1_ST2_P",
88
"collection": "NSL_SCENE",
99
"type": "Feature",
10+
"bbox": [-97.7466867683867, 30.278398961994966, -97.72990596574927, 30.288621181865743],
1011
"geometry": {
11-
"type": "MultiPolygon",
12+
"type": "Polygon",
1213
"coordinates": [
13-
[
1414
[
1515
[
1616
-97.7466867683867,
@@ -34,7 +34,6 @@
3434
]
3535
]
3636
]
37-
]
3837
},
3938
"properties": {
4039
"datetime": "2019-08-22T18:35:18+00:00",
@@ -101,5 +100,17 @@
101100
"storage:tier_duration": 0,
102101
"storage:first_byte_latency": "hours"
103102
}
104-
}
103+
},
104+
"links": [
105+
{
106+
"rel": "root",
107+
"href": "../../catalog.json",
108+
"type": "application/json"
109+
},
110+
{
111+
"rel": "parent",
112+
"href": "../collection.json",
113+
"type": "application/json"
114+
}
115+
]
105116
}

0 commit comments

Comments
 (0)