mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
KVV: 'IRE3' line
This commit is contained in:
parent
3185dcbf21
commit
e4c3943174
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ public class KvvProvider extends AbstractEfaProvider {
|
|||
return new Line(id, network, Product.REGIONAL_TRAIN, trainName);
|
||||
if ("IRE 1".equals(trainNum))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "IRE1");
|
||||
if ("IRE 3".equals(trainNum))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "IRE3");
|
||||
}
|
||||
|
||||
return super.parseLine(id, network, mot, symbol, name, longName, trainType, trainNum, trainName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue