mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
AbstractEfaProvider: 'RE6 (RRX)' line.
This commit is contained in:
parent
fcf1e5d399
commit
dca4541d13
1 changed files with 2 additions and 0 deletions
|
@ -982,6 +982,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
return new Line(id, network, Product.REGIONAL_TRAIN, symbol);
|
||||
if ("RE5 (RRX)".equals(trainNum))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "RE5");
|
||||
if ("RE6 (RRX)".equals(trainNum))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "RE6");
|
||||
if ("RE11 (RRX)".equals(trainNum))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "RE11");
|
||||
if ("RB-Bahn".equals(trainName))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue