月球大数据地理空间分析展示平台-【中台】
Surpriseplus
2023-09-11 2342efbe6a08ff5343b7c4de9f308c9b7de8f8b4
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
<!DOCTYPE html>
<html lang="">
 
<head>
  <meta charset="utf-8" />
 
  <meta name="viewport" content="width=device-width,initial-scale=1.0" />
 
 
  <meta http-equiv="Expires" content="0" />
  <meta http-equiv="Cache" content="no-cache" />
  <meta http-equiv="Pragma" content="no-cache" />
  <meta http-equiv="Cache-control" content="no-cache" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <title> </title>
 
  <!-- <link rel="stylesheet" href="./SmartEarthSDK/Workers/css/smartearth.css" /> -->
  <link rel="stylesheet" href="./SmartEarthSDK/Workers/layui/css/layui.css" />
  <link rel="stylesheet" href="./CIMSDK/CimSDK.min.css">
  <script src="./CIMSDK/Workers/jquery-2.0.3.js"></script>
 
  <script src="./CIMSDK/CimSDK.min.js"></script>
  <!-- <script src="./SmartEarthSDK/Workers/polyfill.min.js"></script>
  <script src="./SmartEarthSDK/Cesium/Cesium.js"></script>
  <script src="./SmartEarthSDK/SmartEarth.min.js"></script>
  <script src="./SmartEarthSDK/Workers/TreeTool.js"></script> -->
  <script src="./config/config.js"></script>
  <script src="./config/rsa.min.js"></script>
  <script src="./config/rollups.js"></script>
  <script src="./globle/globle.js"></script>
 
 
 
  <style>
    .esriControlsBR {
      display: none;
    }
 
    .ol-overlaycontainer-stopevent {
      /* display: none; */
    }
 
    .ol-control button {
      display: block;
      margin: 1px;
      padding: 0;
      color: rgb(102, 102, 102);
      font-weight: bold;
      text-decoration: none;
      font-size: inherit;
      text-align: center;
      height: 1.375em;
      width: 1.375em;
      line-height: 0.4em;
      background-color: #fff;
      border: none;
      border-radius: 2px;
    }
 
    .ol-full-screen {
      display: none;
      position: absolute;
      right: 0.5em;
      top: 0.5em;
    }
 
    .ol-rotate {
      display: none;
      position: absolute;
      top: 3em;
      right: 0.5em;
      transition: opacity 0.25s linear, visibility 0s linear;
    }
 
    .ol-scale-line {
      display: none;
      right: 0.3em;
      bottom: 0.5em;
      position: absolute;
    }
 
    .ol-scale-line-inner {
      /* padding: 5px 10px; */
      color: rgb(102, 102, 102);
      font-weight: bold;
      background-color: #fff;
      text-align: center;
      border-radius: 5px;
    }
 
    .ol-zoom {
      display: none;
      right: 0.3em;
      bottom: 3em;
      position: absolute;
    }
  </style>
</head>
 
<body>
  <div id="app"></div>
</body>
 
</html>