VGN: 'IC61' line

This commit is contained in:
Andreas Schildbach 2022-08-23 15:45:48 +02:00
parent 45945bd553
commit 6ed509e705

View file

@ -55,6 +55,8 @@ public class VgnProvider extends AbstractEfaProvider {
return new Line(id, network, Product.REGIONAL_TRAIN, "R7(z)");
if ("R8(z)".equals(trainNum))
return new Line(id, network, Product.REGIONAL_TRAIN, "R8(z)");
if (trainType == null && "IC 61".equals(trainNum))
return new Line(id, network, Product.HIGH_SPEED_TRAIN, "IC61");
}
return super.parseLine(id, network, mot, symbol, name, longName, trainType, trainNum, trainName);