Toggle beeline mode and style beeline
Restore removed key listeners of super class to avoid duplicate calls (36d8a20)
This commit is contained in:
parent
acf9c59888
commit
b4368c1f51
2 changed files with 28 additions and 4 deletions
|
|
@ -100,6 +100,18 @@
|
|||
nodata: {
|
||||
color: 'darkred',
|
||||
},
|
||||
beeline: {
|
||||
weight: 5,
|
||||
dashArray: [1, 10],
|
||||
color: 'magenta',
|
||||
opacity: BR.conf.defaultOpacity,
|
||||
},
|
||||
beelineTrailer: {
|
||||
weight: 5,
|
||||
dashArray: [1, 10],
|
||||
opacity: 0.6,
|
||||
color: 'magenta',
|
||||
},
|
||||
};
|
||||
|
||||
BR.conf.markerColors = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue