default opacity 0.67 (#36)
This commit is contained in:
parent
a54cc31a0f
commit
83ce7ff79a
3 changed files with 6 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue