From c88e6fc89736da8faa46d525c8781c0f1dac5384 Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期五, 19 三月 2021 01:50:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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