Leaflet 1.0: restore old Path default weight (5, now 3)

This commit is contained in:
Norbert Renner 2017-07-25 11:30:50 +02:00
parent deb09a93d2
commit 7d2efa6fdf

View file

@ -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
},