mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 03:18:47 +00:00
Sydney: 'L2' line.
This commit is contained in:
parent
ff8f0ee0a0
commit
69614c87af
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ public class SydneyProvider extends AbstractEfaProvider {
|
|||
} else if ("4".equals(mot)) {
|
||||
if ("L1".equals(symbol) || "L1 Dulwich Hill Line".equals(symbol))
|
||||
return new Line(id, network, Product.TRAM, "L1");
|
||||
if ("L2".equals(symbol) || "L2 Randwick Line".equals(symbol))
|
||||
return new Line(id, network, Product.TRAM, "L2");
|
||||
|
||||
throw new IllegalStateException("cannot normalize mot='" + mot + "' symbol='" + symbol + "' name='" + name
|
||||
+ "' long='" + longName + "' trainType='" + trainType + "' trainNum='" + trainNum + "' trainName='"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue