From a7cf47dfd649608772c7044b475fe0424b1a3915 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期四, 18 三月 2021 10:37:06 +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 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