调整3D地图

This commit is contained in:
aixianling
2023-09-20 17:40:15 +08:00
parent 1604efdecc
commit e725476603

View File

@@ -96,7 +96,7 @@ export default {
strokeColor: '#0091ea'
}))
this.amap.setMask(mask)
this.amap.setPitch(65)
this.is3d && this.amap.setPitch(65)
} else {
polygons = bounds.map(path => new AMap.Polygon({
strokeWeight: 1,