From d6157c06771caadcaa09a11d25ddfa144d7fe9f5 Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期二, 05 一月 2021 16:56:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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