aboutsummaryrefslogtreecommitdiffstats
path: root/app/maps
diff options
context:
space:
mode:
authorBruno Perles2015-12-21 11:25:21 +0100
committerBruno Perles2015-12-21 11:25:21 +0100
commit59cf9d58b61887ab275089fae096ceaea134214d (patch)
tree4be46557bec68d97f23bb9e92492d79b2764cbda /app/maps
parentb2fd34fd7e369f6d76c3c9aa83ea254c76e78e4d (diff)
downloadchouette-core-59cf9d58b61887ab275089fae096ceaea134214d.tar.bz2
Add missing Rank + increase stroke width
Diffstat (limited to 'app/maps')
-rw-r--r--app/maps/design/route_section_style_map.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/maps/design/route_section_style_map.rb b/app/maps/design/route_section_style_map.rb
index 2c94bb3a0..01fbafe0f 100644
--- a/app/maps/design/route_section_style_map.rb
+++ b/app/maps/design/route_section_style_map.rb
@@ -36,7 +36,7 @@ class Design::RouteSectionStyleMap < Design::GenericStyleMap
:labelYOffset => -15,
:strokeColor => "green",
:strokeOpacity => 1,
- :strokeWidth => 2,
+ :strokeWidth => 5,
:strokeLineCap => "round",
:strokeLineJoin => "round",
:strokeDashstyle => "solid",