From 9d2afa1207092e9f06fd7ce9d83aea5e98d40dc0 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期四, 18 三月 2021 10:37:21 +0800
Subject: [PATCH] Merge branch 'master' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into 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