File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 32
32
"merkle:root" : " abc123def4567890abcdef1234567890abcdef1234567890abcdef1234567890" ,
33
33
"merkle:hash_method" : {
34
34
"function" : " sha256" ,
35
- "fields" : [" *" ],
35
+ "fields" : [
36
+ " *"
37
+ ],
36
38
"ordering" : " ascending" ,
37
39
"description" : " Computed by including merkle:object_hash values in ascending order and building the Merkle tree."
38
- }
40
+ },
39
41
"assets" : {
40
42
"example" : {
41
43
"href" : " https://example.com/examples/file.xyz" ,
58
60
"rel" : " item"
59
61
}
60
62
]
61
- }
63
+ }
Original file line number Diff line number Diff line change 6
6
"type" : " Feature" ,
7
7
"id" : " item-123" ,
8
8
"bbox" : [
9
- 172.9 ,
10
- 1.3 ,
11
- 173 ,
9
+ 172.9 ,
10
+ 1.3 ,
11
+ 173 ,
12
12
1.4
13
13
],
14
14
"geometry" : {
15
15
"type" : " Polygon" ,
16
16
"coordinates" : [
17
17
[
18
18
[
19
- 172.9 ,
19
+ 172.9 ,
20
20
1.3
21
21
],
22
22
[
23
- 173 ,
23
+ 173 ,
24
24
1.3
25
25
],
26
26
[
27
- 173 ,
27
+ 173 ,
28
28
1.4
29
29
],
30
30
[
31
31
172.9 ,
32
32
1.4
33
33
],
34
34
[
35
- 172.9 ,
35
+ 172.9 ,
36
36
1.3
37
37
]
38
38
]
54
54
"template:new_field" : " test"
55
55
}
56
56
}
57
- }
57
+ }
You can’t perform that action at this time.
0 commit comments