Add lineDash property to ol.style.Stroke
This commit is contained in:
@@ -49,6 +49,7 @@ var styles = {
|
||||
'Polygon': [new ol.style.Style({
|
||||
stroke: new ol.style.Stroke({
|
||||
color: 'blue',
|
||||
lineDash: [4],
|
||||
width: 3
|
||||
}),
|
||||
fill: new ol.style.Fill({
|
||||
|
||||
Reference in New Issue
Block a user