From b7e62ad2625121586b1254dab69b3c3d38da71de Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期二, 31 十月 2023 17:31:10 +0800
Subject: [PATCH] 投影图层修改,在线制图修改

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

diff --git a/public/index.html b/public/index.html
index e3c503b..35fbe4a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -10,9 +10,9 @@
   <title>
     <%= htmlWebpackPlugin.options.title %>
   </title>
-  <!-- <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="./OL/ol.js"></script>
+  <link href="./OL/ol.css" rel="stylesheet" />
+  <script src="./OL/proj4.js"></script>
   <link rel="stylesheet" href="./SmartEarthSDK/Workers/layui/css/layui.css">
   <link rel="stylesheet" href="./WebSDK/WebSDK.min.css">
   <script src="./WebSDK/Workers/jquery-2.0.3.js"></script>
@@ -22,6 +22,9 @@
 
   <script src="./config/config.js"></script>
   <script src="./proj4/rollups.js"></script>
+
+
+
 </head>
 
 <body>

--
Gitblit v1.9.3