This commit is contained in:
parent
efd6168dbd
commit
5339a1e51e
|
@ -3055,7 +3055,7 @@ const xr_dk_center_zyys = async () => {
|
||||||
//创建面
|
//创建面
|
||||||
zyys_dk.value[index] = new BMapGL.Polygon(points, {
|
zyys_dk.value[index] = new BMapGL.Polygon(points, {
|
||||||
strokeColor: "blue",
|
strokeColor: "blue",
|
||||||
strokeWeight: 2,
|
strokeWeight: 0.1,
|
||||||
strokeOpacity: 0.8,
|
strokeOpacity: 0.8,
|
||||||
fillColor: color,
|
fillColor: color,
|
||||||
fillOpacity: 0.3,
|
fillOpacity: 0.3,
|
||||||
|
|
Loading…
Reference in New Issue