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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
| {
| "name": "我的数据",
| "id": 1,
| "open": true,
| "checked": true,
| "children": [
| {
| "id": "imager",
| "class": "imageLayer",
| "name": "影像",
| "sourceType": "wms",
| "checked": true,
| "urls": "http://ditu.zjzwfw.gov.cn/SG/default/Imagery",
| "layer": "zj3d2k.397435.mpt",
| "lon": 120.11021789774752,
| "lat": 29.363558041715738,
| "height": 769687,
| "icon": "./static/img/yx.png"
| },
| {
| "id": "terra",
| "class": "terrainLayer",
| "name": "地形",
| "sourceType": "terrain",
| "checked": true,
| "urls": "http://36.7.136.132:11080/china/",
| "icon": "./static/img/dx.png"
| },
| {
| "name": "精细模型",
| "children": [
| {
| "id": "JX1",
| "class": "modelLayer",
| "name": "测试",
| "sourceType": "b3dm",
| "checked": false,
| "urls": "http://36.7.136.132:11080/DTMX/tileset.json"
| }
| ],
| "icon": "./static/img/jxmx.png"
| },
| {
| "name": "倾斜模型",
| "children": [
| {
| "id": "QX1",
| "class": "modelLayer",
| "name": "测试",
| "sourceType": "b3dm",
| "checked": false,
| "urls": "http://36.7.136.132:11080/out/tileset1.json"
| }
| ],
| "icon": "./static/img/qxmx.png"
| },
| {
| "name": "点云模型",
| "children": [
| {
| "id": "DY1",
| "class": "modelLayer",
| "name": "测试",
| "sourceType": "b3dm",
| "checked": false,
| "urls": "http://36.7.136.132:11080/pointcloud/tileset.json"
| }
| ],
| "icon": "./static/img/dymx.png"
| },
| {
| "name": "白膜",
| "children": [
| {
| "id": "BIM1",
| "class": "modelLayer",
| "name": "测试",
| "sourceType": "b3dm",
| "checked": false,
| "lon": 122.31357463721015,
| "lat": 29.96843172049189,
| "height": 30000.0,
| "urls": "http://ditu.zjzwfw.gov.cn/SG/baimo/zhoushan/tileset.json"
| }
| ],
| "icon": "./static/img/baimo.png"
| },
| {
| "name": "BIM模型",
| "children": [
| {
| "id": "BIM1",
| "class": "modelLayer",
| "name": "杭州市",
| "sourceType": "b3dm",
| "checked": false,
| "urls": "http://ditu.zjzwfw.gov.cn/SG/modelcache/_养老院.415110/tileset.json"
| }
| ],
| "icon": "./static/img/bim.png"
| },
| {
| "id": "label",
| "class": "pointLayer",
| "name": "三维注记",
| "sourceType": "wfs",
| "checked": true,
| "urls": "http://ditu.zjzwfw.gov.cn/SG/default/streamer.ashx",
| "layer": "dijishi.397514",
| "sgStyleJSON": "./static/shpstyle.json",
| "minimumLevel": 3,
| "maximumLevel": 12,
| "lon": 119.46145065,
| "lat": 29.25470534,
| "height": 3000000,
| "icon": "./static/img/swzj.png"
| },
| {
| "id": "line",
| "class": "polylineLayer",
| "name": "行政区界限",
| "sourceType": "wfs",
| "checked": false,
| "urls": "http://ditu.zjzwfw.gov.cn/SG/default/Streamer.ashx",
| "layer": "dishi5.397506",
| "sgStyleJSON": "./static/shpstyle.json",
| "minimumLevel": 5,
| "maximumLevel": 20,
| "lon": 119.76437917,
| "lat": 28.08688618,
| "height": 3000000.0,
| "icon": "./static/img/xzq.png"
| }
| ]
| }
|
|