Skip to content

Commit

Permalink
Add alpbus lines (#2)
Browse files Browse the repository at this point in the history
* Add alpbus lines

Add alpbus lines (will probably need to add support for their shapes and types, I listed them as type: alpbus given they are not really standard bus lines, this could be changed back to bus in future

* Update lines.json5
  • Loading branch information
amathieson authored Dec 15, 2021
1 parent 98616a4 commit aca9817
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/lines.json5
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,9 @@
{ "name": "L3", "background": "#4A9844", "text": "#FFFFFF", "shape": "lex", "type": "train" },
{ "name": "L4", "background": "#E08932", "text": "#FFFFFF", "shape": "lex", "type": "train" },
{ "name": "L5", "background": "#DA6198", "text": "#FFFFFF", "shape": "lex", "type": "train" },
{ "name": "L6", "background": "#4DA8C5", "text": "#FFFFFF", "shape": "lex", "type": "train" }
{ "name": "L6", "background": "#4DA8C5", "text": "#FFFFFF", "shape": "lex", "type": "train" },

{ "name": "271", "background": "#f1bd2a", "text": "#000000", "shape": "alpbus", "type": "coach" },
{ "name": "272", "background": "#009e90", "text": "#ffffff", "shape": "alpbus", "type": "coach" },
{ "name": "274", "background": "#e26d9f", "text": "#ffffff", "shape": "alpbus", "type": "coach" }
]

0 comments on commit aca9817

Please sign in to comment.