1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"type": "CityJSON",
"version": "1.1",
"CityObjects":
{
"un":
{
"type": "CityFurniture",
"geometry":
[
{
"type": "MultiPoint",
"lod": "1",
"boundaries":
[
0,
1,
2
],
"semantics": {
"surfaces" : [
{
"type": "WallSurface",
"slope": 33.4,
"children": [2]
},
{
"type": "RoofSurface",
"slope": 66.6
}
],
"values": [0, 1, null]
}
}
]
},
"deux":
{
"type": "CityFurniture",
"geometry":
[
{
"type": "MultiLineString",
"lod": "1",
"boundaries":
[
[
1,
2,
0
],
[
1,
0
]
],
"semantics": {
"surfaces" : [
{
"type": "+WallSurface2",
"slope": 33.4,
"children": [2]
},
{
"type": "RoofSurface",
"slope": 66.6
}
],
"values": [0, 1]
}
}
]
}
},
"vertices": [ [0, 0, 0], [1000, 0, 0], [1000, 2222, 222] ],
"transform":
{
"scale": [0.001, 0.001, 0.001],
"translate": [ 0.0, 0.0, 0.0]
}
}