default opacity 0.67 (#36)

This commit is contained in:
Norbert Renner 2016-06-14 17:03:16 +02:00
parent a54cc31a0f
commit 83ce7ff79a
3 changed files with 6 additions and 3 deletions

View file

@ -251,13 +251,13 @@
},
track: {
color: 'magenta',
opacity: 1
opacity: BR.conf.defaultOpacity
},
trackCasing: {
weight: 8,
color: 'white',
// assumed to be same as track, see setOpacity
opacity: 1
opacity: BR.conf.defaultOpacity
},
nodata: {
color: 'darkred'