From bbc9e1600f44693fe1e39dcab0822a0658906e0b Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 14 四月 2021 10:04:21 +0800 Subject: [PATCH] 開始結束時間 --- src/conf/MapConfig.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 445e160..b05cd61 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -21,7 +21,7 @@ const mapOptions = { crs: L.CRS.EPSG4326, minZoom: 3, - maxZoom: 18, + maxZoom: 17, // center: [26, 104], center: [38.828558921813965, 117.41676807403564], // center: [29.454345703125, 113.40362548828125], -- Gitblit v1.8.0