From 8f015e4bfcd64305be602c4343abe2585e2d47da Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期二, 05 一月 2021 14:11:46 +0800 Subject: [PATCH] 优化逻辑 --- src/conf/MapConfig.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index f08b037..c0880fc 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -19,9 +19,8 @@ // 鍑犱綍绫诲瀷甯搁噺 const GEOM_POINT = 'POINT' -const GEOM_POLYLINE = 'POLYLINE' -const GEOM_POLYGON = 'POLYGON' -console.log(GEOM_POINT, GEOM_POLYLINE, GEOM_POLYGON) +// const GEOM_POLYLINE = 'POLYLINE' +// const GEOM_POLYGON = 'POLYGON' const mapOptions = { crs: L.CRS.EPSG4326, -- Gitblit v1.8.0