修改地图maxzoom到22层

xjl
石超 2024-04-26 09:20:06 +08:00
parent 4468011267
commit 2c4349b71f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
language: 'zh-cmn',
projection: 'equirectangular', // wgs84
style: MapboxDefaultStyle,
maxZoom: 17,
maxZoom: 22,
minZoom: 6,
...props.mapOptions,
});