From 236e6b13a0959c69afe40ab8e503c0ed01899f30 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期四, 25 三月 2021 10:34:56 +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 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