fuchengshen
2022-07-15 e1186e0c9c1a7a47454b73f9cddcf733dce30b32
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
136
137
138
{
  "map3d": {
    "templateValues": {
      "dataServer": "http://127.0.0.1"
    },
    "scene": {
     "center": {
             "lat": 31.210190,
             "lng": 121.461085,
             "alt": 50, "heading": 22, "pitch": -10
           },
      "scene3DOnly": false,
      "shadows": false,
      "removeDblClick": true,
      "sceneMode": 3,
      "showSun": true,
      "showMoon": true,
      "showSkyBox": true,
      "showSkyAtmosphere": true,
      "fog": true,
      "fxaa": true,
      "requestRenderMode": true,
      "globe": {
        "depthTestAgainstTerrain": false,
        "baseColor": "#546a53",
        "showGroundAtmosphere": true,
        "enableLighting": false
      },
      "cameraController": {
        "zoomFactor": 3.0,
        "minimumZoomDistance": 1,
        "maximumZoomDistance": 50000000,
        "enableRotate": true,
        "enableTranslate": true,
        "enableTilt": true,
        "enableZoom": true,
        "enableCollisionDetection": true,
        "minimumCollisionTerrainHeight": 15000
      }
    },
    "control": {
      "homeButton": true,
      "baseLayerPicker": false,
      "sceneModePicker": true,
      "vrButton": false,
      "fullscreenButton": true,
      "navigationHelpButton": true,
      "animation": false,
      "timeline": false,
      "infoBox": false,
      "geocoder": false,
      "geocoderConfig": { "key": ["e920a36ecd8a689cbcf6d5cecabbcce4"] },
      "selectionIndicator": false,
    
      "defaultContextMenu": true,
      "mouseDownView": true,
      "zoom": { "insertIndex": 1 },
      "compass": { "bottom": "toolbar", "right": "5px" },
      "distanceLegend": { "left": "100px", "bottom": "2px" },
      "locationBar": {
        "fps": false,
        "crs": "CGCS2000_GK_Zone_3",
        "crsDecimal": 0,
        "template": "<div>经度:{lng}</div> <div>纬度:{lat}</div> <div>横{crsx}  纵{crsy}</div> <div>海拔:{alt}米</div> <div>层级:{level}</div><div>方向:{heading}°</div> <div>俯仰角:{pitch}°</div><div>视高:{cameraHeight}米</div>"
      }
    },
    "terrain": {
      "url": "{dataServer}/terrain",
      "show": false
    },
    "basemaps": [
      { "id": 10, "name": "地图底图", "type": "group" },
     {
       "id": 2021,
       "pid": 10,
       "name": "天地图影像",
       "icon": "img/basemaps/tdt_img.png",
       "type": "group",
       "layers": [
         { "name": "底图", "type": "tdt", "layer": "img_d", "key": ["e920a36ecd8a689cbcf6d5cecabbcce4"] }
       ],
       "show":true
     },
      { 
        "id":2023,
        "pid": 10,
        "name": "天地图电子",
        "icon": "img/basemaps/tdt_vec.png",
        "type": "group",
        "layers": [
          { "name": "底图", "type": "tdt", "layer": "vec_d", "key": ["e920a36ecd8a689cbcf6d5cecabbcce4"] }
        ]
      },
     
      {
        "pid": 10,
        "name": "单张图片 (本地离线)",
        "icon": "img/basemaps/offline.png",
        "type": "image",
        "url": "//byar.shsening.com/bgc.jpg",
        "minimumTerrainLevel": 5,
        "maximumTerrainLevel": 25,
        "minimumLevel": 5,
        "maximumLevel": 25
      },
      {
                "pid":10,
                "name": "网格线",
                "type": "grid",
                "color": "#ffffff",
                "alpha": 0.03,
                "cells": 2,
                "show": true
      }
    ],
    "layers": [
      {
        "id": 999,
        "pid": 98,
        "name": "底图注记",
        "type": "xyz",
        "url": "/bing_map_shanghai2/{z}/{x}/{y}.png",
        "minimumLevel": 4,
        "maximumLevel": 18
      },
      {
        "id": 98,
        "name": "辅助图层",
        "type": "group"
      },
      {
        "id": 99,
        "name": "数据图层",
        "type": "group"
      }
    ]
  }
}