mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
VGN: 'IC61' line
This commit is contained in:
parent
45945bd553
commit
6ed509e705
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue