Skip to content

Commit

Permalink
Better linedash value in vectors example
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Apr 4, 2017
1 parent fefb4b5 commit 5466560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var styles = {
'LineString': [new ol.style.Style({
stroke: new ol.style.Stroke({
color: 'green',
lineDash: [4],
lineDash: [12],
width: 10
})
})],
Expand Down

0 comments on commit 5466560

Please sign in to comment.