Add support for alpha in legend
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -81,7 +81,7 @@ export class ItemLayersComponent extends LayerGroupComponent implements OnChange
|
||||
color: this.rgbaToHex(red, green, blue, alpha)
|
||||
}),
|
||||
stroke: new style.Stroke({
|
||||
color: this.rgbaToHex(red, green, blue, alpha),
|
||||
color: this.rgbaToHex(red, green, blue, 255),
|
||||
width: 1.25
|
||||
}),
|
||||
});
|
||||
|
Reference in New Issue
Block a user