修复切换地图坐标系时未更新矢量瓦片坐标系

This commit is contained in:
lin
2025-11-13 16:17:29 +08:00
parent 7704c3a7fb
commit ec7567c2cd
4 changed files with 10 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ window.mapParam = {
// 默认地图中心点
center:[116.41020, 39.915119],
// 地图最大层级
maxZoom:18,
maxZoom:19,
// 地图最小层级
minZoom: 3
}