Leaflet 1.0: restore old Path default weight (5, now 3)
This commit is contained in:
parent
deb09a93d2
commit
7d2efa6fdf
1 changed files with 2 additions and 0 deletions
|
|
@ -82,11 +82,13 @@
|
|||
|
||||
BR.conf.routingStyles = {
|
||||
trailer: {
|
||||
weight: 5,
|
||||
dashArray: [10, 10],
|
||||
opacity: 0.6,
|
||||
color: 'magenta'
|
||||
},
|
||||
track: {
|
||||
weight: 5,
|
||||
color: 'magenta',
|
||||
opacity: BR.conf.defaultOpacity
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue