From f6dd93cb0d1b0fe17674e948f0daf6ceb792bb55 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 13 七月 2023 18:59:01 +0800
Subject: [PATCH] 分屏对比,等高线,坡度图,坐标定位功能添加

---
 public/index.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index f3b6165..52623f1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,11 +13,13 @@
   <!-- <link rel="stylesheet" href="./SmartEarthSDK/Workers/css/smartearth.css" />
   <link rel="stylesheet" href="./SmartEarthSDK/Workers/layui/css/layui.css" />
   <script src="./SmartEarthSDK/Workers/jquery-2.0.3.js"></script> -->
-  <script src="./CIMSDK/Workers/jquery-2.0.3.js"></script>
+  <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="proj4/proj4.js"></script>
-  <link rel="stylesheet" href="./CIMSDK/Workers/layui/css/layui.css">
+
   <script src="./config/config.js"></script>
   <script src="./proj4/rollups.js"></script>
 </head>

--
Gitblit v1.9.3