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
| {
| "name": "ALL",
| "id": 1,
| "open": true,
| "children": [
| {
| "id": "CE402B81",
| "name": "边界范围",
| "children": [
|
| ],
| "rename": false,
| "checked": false,
| "expanded": false
| },
| {
| "id": "482040AD",
| "name": "病害数据",
| "children": [
|
| ],
| "rename": false,
| "expanded": false
| }
|
| ],
| "flyTo": [],
| "mapStatus": {
| "rotateFlyTime": 30,
| "sunLight": false,
| "lightIntensity": 2,
| "lightColor": "#ffffff",
| "brightness": 1,
| "contrast": 1,
| "saturation": 1
| }
| }
|
|