From 4509dd489115a499a0f63487ec90adfdc7a5cd56 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期五, 20 十月 2023 11:09:35 +0800 Subject: [PATCH] 最新版本 --- index.html | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index af3b4ab..ea1afb1 100644 --- a/index.html +++ b/index.html @@ -46,13 +46,14 @@ </script> <script src="./static/conf.js"></script> <!-- 鍖椾含 --> - <script src="./static/SmartEarthSDK/Workers/jquery-2.0.3.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> @@ -71,6 +72,8 @@ <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"; -- Gitblit v1.9.3