From 9cce34615a148d7e3e81e044f1bcee213e890514 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 25 三月 2021 15:05:18 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop --- 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