From 2c4349b71fb82e66e97b2611a393e632c9e4320d Mon Sep 17 00:00:00 2001 From: shichao <17568097882@163.com> Date: Fri, 26 Apr 2024 09:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9B=BEmaxzoom?= =?UTF-8?q?=E5=88=B022=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MapboxMaps/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapboxMaps/index.vue b/src/components/MapboxMaps/index.vue index 69d812c..9e2e72a 100644 --- a/src/components/MapboxMaps/index.vue +++ b/src/components/MapboxMaps/index.vue @@ -67,7 +67,7 @@ language: 'zh-cmn', projection: 'equirectangular', // wgs84参考系 style: MapboxDefaultStyle, - maxZoom: 17, + maxZoom: 22, minZoom: 6, ...props.mapOptions, });