调整3D地图
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
|||||||
strokeColor: '#0091ea'
|
strokeColor: '#0091ea'
|
||||||
}))
|
}))
|
||||||
this.amap.setMask(mask)
|
this.amap.setMask(mask)
|
||||||
this.amap.setPitch(65)
|
this.is3d && this.amap.setPitch(65)
|
||||||
} else {
|
} else {
|
||||||
polygons = bounds.map(path => new AMap.Polygon({
|
polygons = bounds.map(path => new AMap.Polygon({
|
||||||
strokeWeight: 1,
|
strokeWeight: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user