mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
AbstractEfaProvider: 'RS18' line
This commit is contained in:
parent
fa75f7a560
commit
a16e53952e
1 changed files with 2 additions and 0 deletions
|
@ -1340,6 +1340,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
return new Line(id, network, Product.SUBURBAN_TRAIN, "BSB" + Strings.nullToEmpty(trainNum));
|
||||
if ("RSB".equals(trainType)) // Regionalschnellbahn, Wien
|
||||
return new Line(id, network, Product.SUBURBAN_TRAIN, "RSB" + trainNum);
|
||||
if ("RS18".equals(trainNum) && trainType == null) // Nahverkehrszug Maastricht - Valkenburg - Heerlen
|
||||
return new Line(id, network, Product.SUBURBAN_TRAIN, "RS18");
|
||||
if ("RER".equals(trainName) && symbol != null && symbol.length() == 1) // Réseau Express Régional
|
||||
return new Line(id, network, Product.SUBURBAN_TRAIN, symbol);
|
||||
if ("S".equals(trainType))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue