diff options
| author | Bruno Perles | 2016-01-08 17:18:05 +0100 |
|---|---|---|
| committer | Bruno Perles | 2016-01-08 17:18:05 +0100 |
| commit | 70b294fa52cd5fb632c124d5f847645ba8ff6d0f (patch) | |
| tree | 97cbf43cfa5343e87affb72782c1ddbb6dad6b59 /app/maps/design | |
| parent | 1274ca6ecf2297b673dafc08c179cdd57706f4c0 (diff) | |
| download | chouette-core-70b294fa52cd5fb632c124d5f847645ba8ff6d0f.tar.bz2 | |
Update bug and improve UI : #41842
Diffstat (limited to 'app/maps/design')
| -rw-r--r-- | app/maps/design/route_section_style_map.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/maps/design/route_section_style_map.rb b/app/maps/design/route_section_style_map.rb index 01fbafe0f..dbd292412 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 => 5, + :strokeWidth => 4, :strokeLineCap => "round", :strokeLineJoin => "round", :strokeDashstyle => "solid", @@ -49,10 +49,10 @@ class Design::RouteSectionStyleMap < Design::GenericStyleMap :graphicXOffset => -6, :graphicYOffset => -6, :display => true, - fillOpacity: 0.5, - fillColor: "lightblue", + fillOpacity: 0.8, + fillColor: "#ffffff", graphicName: "circle", - pointRadius: 6, + pointRadius: 7, pointerEvents: "visiblePainted", rotation: 90 } |
