ol.style.Stroke has no "opacity" option
This commit is contained in:
@@ -72,8 +72,7 @@ function flash(feature) {
|
||||
snapToPixel: false,
|
||||
stroke: new ol.style.Stroke({
|
||||
color: 'rgba(255, 0, 0, ' + opacity + ')',
|
||||
width: 1,
|
||||
opacity: opacity
|
||||
width: 1
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user