createStyle(){
return new Style({
stroke: new Stroke({
color: ‘#ff4e00‘, //面的边界线颜色
width: 1 //边界线宽
}),
fill: new Fill({
color: ‘rgba(0, 0, 255, 0)‘ //填充颜色,不透明度0
})
})
},
原文地址:https://www.cnblogs.com/wwj007/p/12580469.html
时间: 2024-10-23 05:25:54