From 38ff09bd2a638bc43a365efe0390cc3510d62e68 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 09 六月 2025 17:36:37 +0800 Subject: [PATCH] 2025.6.9 功能编写中 --- 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