Toggle beeline mode and style beeline

Restore removed key listeners of super class to avoid duplicate calls (36d8a20)
This commit is contained in:
Norbert Renner 2021-04-29 20:41:38 +02:00
parent acf9c59888
commit b4368c1f51
2 changed files with 28 additions and 4 deletions

View file

@ -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 = {