mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
AbstractEfaProvider: 'TL' line
This commit is contained in:
parent
e4c3943174
commit
fd014f2b08
1 changed files with 1 additions and 1 deletions
|
@ -1293,7 +1293,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
return new Line(id, network, Product.REGIONAL_TRAIN, "UEF" + trainNum);
|
||||
if (("DBG".equals(trainType) || "Döllnitzbahn".equals(trainName)) && trainNum != null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "DBG" + trainNum);
|
||||
if (("TL".equals(trainType) || "Trilex".equals(trainName)) && trainNum != null)
|
||||
if (("TL".equals(trainType) || "TL".equals(trainName) || "Trilex".equals(trainName)) && trainNum != null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "TL" + trainNum);
|
||||
if (("OPB".equals(trainType) || "oberpfalzbahn".equals(trainName)) && trainNum != null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "OPB" + trainNum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue