Set default canvas lineJoin and lineCap to 'round'

This commit is contained in:
Frederic Junod
2013-12-19 15:40:31 +01:00
parent 491482870b
commit 06ba19896c
3 changed files with 4 additions and 6 deletions

View File

@@ -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
})
})];