mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 08:19:51 +00:00
AbstractEfaProvider: 'RE19a' line.
This commit is contained in:
parent
2f5ecae2a6
commit
bf54f448be
1 changed files with 3 additions and 1 deletions
|
@ -982,7 +982,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
return new Line(id, network, Product.REGIONAL_TRAIN, "RE" + trainNum);
|
||||
if (trainType == null && trainNum != null && P_LINE_RE.matcher(trainNum).matches())
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||
if ("RE6a".equals(trainNum) && trainType == null && trainName == null)
|
||||
if ("RE6a".equals(trainNum) && trainName == null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||
if ("RE19a".equals(trainNum) && trainName == null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||
if ("RE3 / RB30".equals(trainNum) && trainType == null && trainName == null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "RE3/RB30");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue