mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 00:09:55 +00:00
KVV: 'TRILEX' line.
This commit is contained in:
parent
c94306975f
commit
600cd96b39
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ public class KvvProvider extends AbstractEfaProvider {
|
|||
if ("0".equals(mot)) {
|
||||
if ("IRE1".equals(trainNum) && trainName == null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||
if (trainName != null && trainName.startsWith("TRILEX"))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainName);
|
||||
} else if ("19".equals(mot)) {
|
||||
if ("Bürgerbus".equals(trainName) || "BürgerBus".equals(trainName))
|
||||
return new Line(id, network, Product.BUS, symbol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue