Set default canvas lineJoin and lineCap to 'round'
This commit is contained in:
@@ -39,8 +39,6 @@ var styleFunction = function(feature, resolution) {
|
||||
styleArray = [new ol.style.Style({
|
||||
stroke: new ol.style.Stroke({
|
||||
color: color,
|
||||
lineCap: 'round',
|
||||
lineJoin: 'round',
|
||||
width: 3
|
||||
})
|
||||
})];
|
||||
|
||||
Reference in New Issue
Block a user