Skip to content

Commit 6221897

Browse files
add bbox, links
1 parent 24fd22a commit 6221897

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

examples/example-naip.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
],
66
"id": "m_3009743_sw_14_1_20160928_20161129",
77
"collection": "NAIP_MOSAIC",
8+
"bbox": [-97.75, 30.25, -97.6875, 30.312499999999996],
89
"type": "Feature",
910
"geometry": {
10-
"type": "MultiPolygon",
11-
"coordinates": [
11+
"type": "Polygon",
12+
"coordinates":
1213
[
1314
[
1415
[
@@ -33,7 +34,6 @@
3334
]
3435
]
3536
]
36-
]
3737
},
3838
"properties": {
3939
"datetime": "2016-09-28T00:00:00+00:00",
@@ -124,5 +124,17 @@
124124
"storage:tier_duration": 0,
125125
"storage:first_byte_latency": "milliseconds"
126126
}
127-
}
127+
},
128+
"links": [
129+
{
130+
"rel": "root",
131+
"href": "../../catalog.json",
132+
"type": "application/json"
133+
},
134+
{
135+
"rel": "parent",
136+
"href": "../collection.json",
137+
"type": "application/json"
138+
}
139+
]
128140
}

0 commit comments

Comments
 (0)