mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
GVH: 'RS3' line
This commit is contained in:
parent
8b4b8861ba
commit
8bdbc83962
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ public class GvhProvider extends AbstractEfaProvider {
|
|||
return new Line(id, network, Product.REGIONAL_TRAIN, "RX" + trainNum);
|
||||
if ("S4".equals(trainNum))
|
||||
return new Line(id, network, Product.SUBURBAN_TRAIN, "S4");
|
||||
if ("RS3".equals(trainNum)) // Regio S-Bahn
|
||||
return new Line(id, network, Product.SUBURBAN_TRAIN, "RS3");
|
||||
if (longName != null && longName.startsWith("Bus ") && name != null)
|
||||
return new Line(id, network, Product.BUS, name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue