mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
AbstractEfaProvider: 'IR75' line.
This commit is contained in:
parent
40b4a8a74e
commit
9f8b565f0c
1 changed files with 2 additions and 0 deletions
|
@ -977,6 +977,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
|
||||
if ("IR".equals(trainType) || "Interregio".equals(trainName) || "InterRegio".equals(trainName))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "IR" + trainNum);
|
||||
if ("IR75".equals(trainNum) && trainName == null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||
if ("IRE".equals(trainType) || "Interregio-Express".equals(trainName))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "IRE" + trainNum);
|
||||
if ("IRE1".equals(trainNum) && trainName == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue