Add lineCap property to ol.style.Stroke
This commit is contained in:
@@ -130,6 +130,7 @@ var tmpPointFeature = new ol.Feature(
|
||||
var tmpStyle = new ol.style.Style({
|
||||
stroke: new ol.style.Stroke({
|
||||
color: 'magenta',
|
||||
lineCap: 'round',
|
||||
width: 5
|
||||
}),
|
||||
image: ol.shape.renderCircle(5,
|
||||
|
||||
Reference in New Issue
Block a user