Riku
2025-06-09 2547159bbd781c8e1a41ecc939385396c85f9766
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
  })