createStyle(){
return new Style({
stroke: new Stroke({
color: '#ff4e00', //面的邊界線顏色
width: 1 //邊界線寬
}),
fill: new Fill({
color: 'rgba(0, 0, 255, 0)' //填充顏色,不透明度0
})
})
},