From 8259d48200ce9477ecbe16e8426161493211b593 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期五, 03 十一月 2023 13:25:07 +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..7734da4 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>
+  <script src="./config/projectData.js"></script>
+
+
 </head>
 
 <body>

--
Gitblit v1.9.3