fix: 地图样式更改
This commit is contained in:
parent
f02e2f97c1
commit
695d5fae83
@ -95,7 +95,8 @@ const initMap = () => {
|
|||||||
viewMode: "3D", //是否为3D地图模式
|
viewMode: "3D", //是否为3D地图模式
|
||||||
zoom: 10, //初始化地图级别
|
zoom: 10, //初始化地图级别
|
||||||
center: [114.085947, 22.547], //初始化地图中心点位置
|
center: [114.085947, 22.547], //初始化地图中心点位置
|
||||||
mapStyle: "amap://styles/67570a93d67b07a02ee522a2c1180be4"
|
// mapStyle: "amap://styles/67570a93d67b07a02ee522a2c1180be4"
|
||||||
|
mapStyle: "amap://styles/blue"
|
||||||
});
|
});
|
||||||
// 添加插件
|
// 添加插件
|
||||||
AMap.plugin(
|
AMap.plugin(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user