mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
KVV: 'IRE 1' line
This commit is contained in:
parent
eec5112871
commit
915538f069
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ public class KvvProvider extends AbstractEfaProvider {
|
|||
if ("0".equals(mot)) {
|
||||
if (trainName != null && trainName.startsWith("TRILEX"))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainName);
|
||||
if (trainType != null && trainNum.equals("IRE 1") && trainName != null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "IRE1");
|
||||
}
|
||||
|
||||
return super.parseLine(id, network, mot, symbol, name, longName, trainType, trainNum, trainName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue