Skip to content

Commit 93f9180

Browse files
authored
Update item.json
1 parent e12c9e3 commit 93f9180

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

examples/item.json

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,35 @@
66
"type": "Feature",
77
"id": "item-123",
88
"bbox": [
9-
172.9,
10-
1.3,
11-
173,
12-
1.4
9+
172.9,
10+
1.3,
11+
173,
12+
1.4
1313
],
1414
"geometry": {
1515
"type": "Polygon",
1616
"coordinates": [
1717
[
18-
[172.9, 1.3],
19-
[173, 1.3],
20-
[173, 1.4],
21-
[172.9, 1.4],
22-
[172.9, 1.3]
18+
[
19+
172.9,
20+
1.3
21+
],
22+
[
23+
173,
24+
1.3
25+
],
26+
[
27+
173,
28+
1.4
29+
],
30+
[
31+
172.9,
32+
1.4
33+
],
34+
[
35+
172.9,
36+
1.3
37+
]
2338
]
2439
]
2540
},

0 commit comments

Comments
 (0)