mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
AbstractEfaProvider: 'IR13' line.
This commit is contained in:
parent
69614c87af
commit
2f5ecae2a6
1 changed files with 2 additions and 0 deletions
|
@ -964,6 +964,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
||||||
|
|
||||||
if ("IR".equals(trainType) || "Interregio".equals(trainName) || "InterRegio".equals(trainName))
|
if ("IR".equals(trainType) || "Interregio".equals(trainName) || "InterRegio".equals(trainName))
|
||||||
return new Line(id, network, Product.REGIONAL_TRAIN, "IR" + trainNum);
|
return new Line(id, network, Product.REGIONAL_TRAIN, "IR" + trainNum);
|
||||||
|
if ("IR13".equals(trainNum) && trainName == null)
|
||||||
|
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||||
if ("IR36".equals(trainNum) && trainName == null)
|
if ("IR36".equals(trainNum) && trainName == null)
|
||||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||||
if ("IR75".equals(trainNum) && trainName == null)
|
if ("IR75".equals(trainNum) && trainName == null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue