北京经济技术开发区经开区虚拟城市项目-【前端】-Web
Jin Lei
2023-11-15 ab521bed716f1c6812296db61ffe777a257d9c86
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
<!DOCTYPE html>
<html>
 
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <title>时空一张图</title>
  <!-- <link rel="icon" href="./static/img/favicon.ico" type="image/x-icon" /> -->
  <link rel="stylesheet" href="./static/SmartEarthSDK/Cesium/Widgets/widgets.css">
  <link rel="stylesheet" href="./static/iconfont/iconfont.css">
  <link rel="stylesheet" href="./static/CimSDK/CimSDK.min.css">
  <link rel="stylesheet" href="./static/css/style.css">
  <style>
    #qjMap {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 9999;
      top: 0px;
      left: 0px;
 
      display: none;
    }
 
    #panoramaClose {
      background-color: rgba(0, 0, 0, 0.8);
      color: white;
      position: absolute;
      z-index: 99999;
      right: 30px;
      top: 30px;
      width: 40px;
      height: 40px;
      border-radius: 5px;
      line-height: 35px;
      font-size: 30px;
      text-align: center;
      cursor: pointer;
      display: none;
    }
  </style>
 
  <script type="text/javascript">
    // 可以进行if判断区分不用域名
    var BMAP_RESORCE_TILE = "10.10.4.116:8085/yzAdapter/SosoService";
    var BMAP_RESORCE_IP = "10.10.4.116:8085/yzAdapter/SosoService";
  </script>
  <script src="./static/conf.js"></script>
  <!-- 北京 -->
  <script src="./static/CimSDK/Workers/jquery-2.0.3.js"></script>
  <script src="./static/CimSDK/CimSDK.min.js"></script>
 
  <script>
    window.SUPERMAP_BASE_URL = "./static/othersMap/"
    window.SmartEarth = SmartEarth;
    window.Cesium = SmartEarth.Cesium
    window.Adapter = Cesium;
  </script>
  <!-- 合肥 -->
  <!-- <script src="./static/SmartEarthSDK/Cesium/Cesium.js"></script>
  <script src="./static/SmartEarthSDK/Workers/jquery-2.0.3.js"></script>
  <script src="./static/SmartEarthSDK/SmartEarth.min.js"></script> -->
 
  <script src="./static/SmartEarthSDK/Workers/jquery.xml2json.js"></script>
  <script src="./static/SmartEarthSDK/Workers/layui/layui.all.js"></script>
  <script src="./static/SmartEarthSDK/Workers/TreeTool.js"></script>
  <script src="./static/SmartEarthSDK/expand/YZWMS.js"></script>
  <script src="./static/SmartEarthSDK/Workers/proj4.js"></script>
  <script src="./static/SmartEarthSDK/Workers/StreetscapeYZ.js"></script>
  <script src="./static/panorama/js/panorama.min.js"></script>
  <script src="./static/panorama/js/yzPanorama.js"></script>
  <script src="./static/html/js/Analysis.js"></script>
  <script src="./static/html/js/Quantityexcavation_Flatten.js"></script>
  <script src="./static/rsa.min.js"></script>
 
 
  <script src="./static/othersMap/othersMap.js"></script>
  <script type="text/javascript">
    // 可以进行if判断区分不用域名
    var BMAP_RESORCE_TILE = "10.10.4.116:8085/yzAdapter/SosoService";
    var BMAP_RESORCE_IP = "10.10.4.116:8085/yzAdapter/SosoService";
  </script>
</head>
 
<body oncontextmenu="return false;" ondragstart="return false;" onselectstart="return false;">
  <div id="app"></div>
  <div id="qjMap"></div>
  <div id="panoramaClose">×</div>
  <!-- built files will be auto injected -->
</body>
 
</html>