From aa6beffbd5cb8f78423f2d561eaa1b58c2b96373 Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期四, 18 三月 2021 17:19:26 +0800
Subject: [PATCH] 完善左上角工具栏点击状态

---
 src/Sgis.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Sgis.js b/src/Sgis.js
index ee53051..cbc3d10 100644
--- a/src/Sgis.js
+++ b/src/Sgis.js
@@ -10,7 +10,7 @@
 // import FullScreen from '@components/plugin/FullScreen'
 import DownLoad from '@components/plugin/DownLoad'
 // 娴嬮噺
-import LeafletMeasurePath from '@components/plugin/leaflet-measure-path/leaflet-measure-path'
+import '@components/plugin/leaflet-measure-path/leaflet-measure-path'
 
 import 'leaflet.markercluster'
 // import 'leaflet-canvas-markers'
@@ -36,7 +36,7 @@
   // FullScreen.init(L)
   // 涓嬭浇
   DownLoad.init(L)
-  LeafletMeasurePath.init(L)
+  // LeafletMeasurePath.init(L)
 
   map = L.map(div, MapConfig.mapOptions)
 

--
Gitblit v1.8.0