提问人:Miss Madiha 提问时间:11/9/2023 更新时间:11/9/2023 访问量:16
如何更改所附图片中圈出的文本的描边颜色和填充颜色?
how can I change the stroke color and fill color of the text encircled in the attached picture?
问:
我正在处理旧代码和新打开层。地图是使用开放图层创建的。我不知道如何更改显示“实际故障位置”的文本的外观。现在,文本具有黑色轮廓和粉红色填充颜色。我该如何更改它以及颜色是否由用户选择。
我尝试过的: 我尝试了以下代码,但它没有采用样式;
` var myStyle = new ol.style.Style({
fill: new ol.style.Fill({
color: 'rgba(255, 153, 0, 0.4)'
}),
stroke: new ol.style.Stroke({
color: 'rgba(255, 204, 0, 0.2)', //'#3399CC',
width: 2.5
})
});
var tesVector = new ol.source.Vector({
features: features,
style: myStyle
});`
答: 暂无答案
评论
text: new ol.style.Text