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