Sydney: 'L3' line.

This commit is contained in:
Dongchen Yue 2021-01-18 18:24:37 +01:00 committed by Andreas Schildbach
parent 2afb06e326
commit d697d95943

View file

@ -138,6 +138,8 @@ public class SydneyProvider extends AbstractEfaProvider {
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");
if ("L3".equals(symbol) || "L3 Kingsford Line".equals(symbol))
return new Line(id, network, Product.TRAM, "L3");
throw new IllegalStateException("cannot normalize mot='" + mot + "' symbol='" + symbol + "' name='" + name
+ "' long='" + longName + "' trainType='" + trainType + "' trainNum='" + trainNum + "' trainName='"