From 59077bd254e68d1ddfa2d93ff222e6324df2e93e Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期二, 19 十一月 2024 14:57:55 +0800 Subject: [PATCH] 图层控制增加全部关闭按钮,图层双击自动定位到对应位置,信令数据的时间条美化下,对接UE视频流,数字人功能开启,逻辑单体化数据体现 --- index.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index ae5ba51..269e7b0 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,7 @@ <script src="./static/conf.js"></script> <!-- 鍖椾含 --> <script src="./static/CimSDK/Workers/jquery-2.0.3.js"></script> + <!-- <script src="./CimSDK/Workers/jquery-3.5.0.min.js"></script> --> <script src="./static/CimSDK/CimSDK.min.js"></script> <script> @@ -81,6 +82,7 @@ <script src="./static/Signalling/js/DataRender.js"></script> <script src="./static/Signalling/js/DataGrid.js"></script> + <script src="./static/polyline.js"></script> <script src="./static/othersMap/othersMap.js"></script> <script type="text/javascript"> -- Gitblit v1.9.3