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
| {
| "type": "CityJSON",
| "version": "1.0",
| "CityObjects": {
| "UUID_005f52a3-47c2-492c-a941-187c3a342901": {
| "type": "+PipeLine",
| "attributes": {
| "name": "管道"
| },
| "geometry": [
| {
| "type": "MultiLineString",
| "boundaries": [
| [1,2]
| ],
| "lod": 0
| }
| ]
| }
| },
| "vertices": [
| [
| 116.7058333,
| 39.98416667,
| 0.0
| ],
| [
| 116.7058326,
| 39.98416637,
| 0.0
| ]
| ]
| }
|
|