Adjust aircraft label outline width

This commit is contained in:
eric1tran 2021-02-22 22:13:59 +00:00
parent b84f427732
commit c23438a5cf
1 changed files with 2 additions and 2 deletions

View File

@ -476,7 +476,7 @@ PlaneObject.prototype.updateIcon = function() {
text: new ol.style.Text({
text: this.flight,
fill: new ol.style.Fill({color: 'white' }),
stroke: new ol.style.Stroke({color: 'black', width: 5}),
stroke: new ol.style.Stroke({color: 'black', width: 3}),
textAlign: 'left',
textBaseline: "top",
offsetX: 20,
@ -516,7 +516,7 @@ PlaneObject.prototype.updateIcon = function() {
text: new ol.style.Text({
text: this.flight,
fill: new ol.style.Fill({color: 'white' }),
stroke: new ol.style.Stroke({color: 'black', width: 5}),
stroke: new ol.style.Stroke({color: 'black', width: 3}),
textAlign: 'left',
textBaseline: "top",
offsetX: 20,