add track casing + change color to magenta
This commit is contained in:
parent
e822c9a21c
commit
7c2df94fe8
5 changed files with 37 additions and 4 deletions
13
js/index.js
13
js/index.js
|
|
@ -207,9 +207,18 @@
|
|||
styles: {
|
||||
trailer: {
|
||||
dashArray: [10, 10],
|
||||
opacity: 0.4
|
||||
opacity: 0.6,
|
||||
color: 'magenta'
|
||||
},
|
||||
track: {
|
||||
color: 'magenta',
|
||||
opacity: 1
|
||||
},
|
||||
trackCasing: {
|
||||
weight: 8,
|
||||
color: 'white',
|
||||
opacity: 1
|
||||
},
|
||||
track: {},
|
||||
nodata: {
|
||||
color: 'darkred'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue