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
| {
| "name": "我的数据",
| "id": 1,
| "open": true,
| "flyTo": [
| 86.73453,
| 27.92719,
| 8555.35,
| 340.5,
| -11.7
| ],
| "children": [
| {
| "id": "82A0C3DE",
| "name": "影像",
| "checked": true,
| "children": [
| {
| "id": "AA",
| "class": "imageLayer",
| "name": "ArcGIS影像",
| "sourceType": "arcgis",
| "checked": true,
| "baseLayer": true,
| "urls": "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"
| },
| {
| "id": "ewzj",
| "name": "影像注记",
| "checked": false,
| "sourceType": "tdmap",
| "urls": "http://{s}.tianditu.gov.cn/cia_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=cia&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&tk=c53eb074c3fcba5ac86103d4d711bbe8",
| "layer": "cia"
| }
| ]
| },
| {
| "id": "82C3DE",
| "name": "地形",
| "checked": false,
| "children": [
| {
| "id": "EC05464D",
| "sourceType": "sgsterrain",
| "name": "珠峰-mpt",
| "urls": "http://183.162.245.49:82/SG/Elevation",
| "layer": "zhufeng.397336.mpt",
| "token": "",
| "flyTo": [
| 86.73453,
| 27.92719,
| 8555.35,
| 340.5,
| -11.7
| ],
| "checked": false
| },
| {
| "id": "EC0464D",
| "sourceType": "arcgisterrain",
| "name": "arcgis地形",
| "urls": "https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer",
| "flyTo": [
| 86.73453,
| 27.92719,
| 8555.35,
| 340.5,
| -11.7
| ],
| "checked": false
| }
| ]
| },
| {
| "id": "0A51CF71",
| "name": "模型",
| "checked": false,
| "children": [
| {
| "id": "DD",
| "class": "modelLayer",
| "name": "建筑白膜",
| "sourceType": "b3dm",
| "Level": 12,
| "checked": false,
| "urls": "http://183.162.245.49:82/2Data/08changsha/baimo0709_4/tileset.json",
| "alpha": 1
| },
| {
| "id": "DDD",
| "class": "model",
| "name": "GLTF模型",
| "lon": 120,
| "lat": 32,
| "height": 10,
| "scale": 1,
| "sourceType": "gltf",
| "checked": false,
| "urls": "../../SmartEarthSDK/Workers/Model/xiaoche.glb"
| }
| ]
| }
| ]
| }
|
|