From 91513e171078ed6b0887f87b9fced33895d6d3fb Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 08 七月 2025 08:35:50 +0800 Subject: [PATCH] 2025.7.8 --- src/utils/map/index.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/utils/map/index.js b/src/utils/map/index.js index 4341f17..4ba00b2 100644 --- a/src/utils/map/index.js +++ b/src/utils/map/index.js @@ -62,13 +62,14 @@ alwaysRender: false, showLabel: true, showBuildingBlock: true, - mapStyle: 'amap://styles/e1e78509de64ddcd2efb4cb34c6fae2a', + // mapStyle: 'amap://styles/e1e78509de64ddcd2efb4cb34c6fae2a', + mapStyle: 'amap://styles/macaron', features: ['bg', 'road'], - pitch: 45, // 鍦板浘淇话瑙掑害锛屾湁鏁堣寖鍥� 0 搴�- 83 搴� + pitch: 0, // 鍦板浘淇话瑙掑害锛屾湁鏁堣寖鍥� 0 搴�- 83 搴� viewMode: '3D', // 鍦板浘妯″紡 resizeEnable: true, center: [121.603928, 31.252955], - zooms: [3, 18], + zooms: [2, 20], zoom: 14 }) -- Gitblit v1.9.3