Skip to content

Commit

Permalink
fix(ors-l-polyline.js): fix the default opacity value
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Dec 1, 2021
1 parent efb0081 commit 086fdc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default {
if (opacity) {
return opacity
} else {
return 0.2
return 0.9
}
},
/**
Expand Down

0 comments on commit 086fdc1

Please sign in to comment.