Merge branch 'dev-3.5' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.6

This commit is contained in:
zhangyu
2023-04-06 10:57:50 +08:00

View File

@@ -125,7 +125,7 @@ export default {
container: mapId, container: mapId,
style: mapStyle, style: mapStyle,
maxZoom: mapConfig.maxZoom || 7, maxZoom: mapConfig.maxZoom || 7,
minZoom: mapConfig.minZoom || 7, minZoom: mapConfig.minZoom || 1,
renderWorldCopies: false, renderWorldCopies: false,
maxBounds: [[-179, -85], [179, 85]], maxBounds: [[-179, -85], [179, 85]],
hash: false, hash: false,