From 61570b0d0320f5a7115a365ef533f529f7de4876 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 14 四月 2021 09:36:53 +0800 Subject: [PATCH] 最大目前只有17级 --- 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