From d5fb65532736b996aa3176423e11e8fb114bce90 Mon Sep 17 00:00:00 2001
From: 李红刚 <p-honggang.li@pcitc.com>
Date: 星期三, 17 三月 2021 14:41:44 +0800
Subject: [PATCH] 修改标绘绘制圆出现中心点BUG及同时清楚多个

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

diff --git a/src/Sgis.js b/src/Sgis.js
index 19c9dfb..ee53051 100644
--- a/src/Sgis.js
+++ b/src/Sgis.js
@@ -1,7 +1,7 @@
 import BasemapHelper from '@components/helpers/BasemapHelper'
 import VectorLayerHelper from '@components/helpers/VectorLayerHelper'
 import ServiceLayerHelper from '@components/helpers/ServiceLayerHelper'
-import PathDrag from '@components/plugin/PathDrag'
+import '@components/plugin/PathDrag'
 // import MagicMarker from '@components/plugin/MagicMarker'
 // import WmtsSupport from '@components/plugin/wmts_plugins'
 import MapConfig from '@/conf/MapConfig'
@@ -27,7 +27,7 @@
 
   // Leaflet鎵╁睍浠g爜
   // Editable.init(L) // 鍥惧眰缂栬緫
-  PathDrag.init(L) // 璺緞鎷栨嫿
+  // PathDrag.init(L) // 璺緞鎷栨嫿
   // MagicMarker.init(L) // 鍔ㄧ敾Marker
   // WmtsSupport.init(L) // 鎵╁睍锛屼娇鏀寔WMTS
   // CustomPopup.init(L) // 鑷畾涔夊脊鍑烘

--
Gitblit v1.8.0