Skip to content

Commit

Permalink
Route path restyled
Browse files Browse the repository at this point in the history
This restyles the route path segments based on design advice. There is less of a difference in path width, and the colour is the same before and after range limit is met, but the path after range limit uses a dashed line instead of a solid line.
  • Loading branch information
michaelpnelson committed Apr 4, 2023
1 parent c179bd1 commit dc7f701
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/smk/tool/directions/config/tool-directions-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include.module( 'tool-directions-config', [
title: "Segments",
style: {
strokeColor: "blue",
strokeWidth: 8,
strokeWidth: 6,
strokeOpacity: 0.8
},
legend: {
Expand All @@ -42,7 +42,8 @@ include.module( 'tool-directions-config', [
id: "@segments-after-range-limit",
title: "Segments After Range Limit",
style: {
strokeColor: "lightblue",
strokeColor: "blue",
strokeDashes: "10,5",
strokeWidth: 4,
strokeOpacity: 0.8
},
Expand Down

0 comments on commit dc7f701

Please sign in to comment.