From 7d2efa6fdf41542e42c4b3b26fb4e67469be593a Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Tue, 25 Jul 2017 11:30:50 +0200 Subject: [PATCH] Leaflet 1.0: restore old Path default weight (5, now 3) --- config.template.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.template.js b/config.template.js index 8c10e5a..3b5f9ce 100644 --- a/config.template.js +++ b/config.template.js @@ -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 },