mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
VRR: 'SEV A' and 'SEV B' lines.
This commit is contained in:
parent
6d41267d28
commit
e12aa6e684
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ public class VrrProvider extends AbstractEfaProvider {
|
|||
return new Line(id, network, Product.BUS, trainNum);
|
||||
if (trainType == null && "3SEV".equals(trainNum))
|
||||
return new Line(id, network, Product.BUS, trainNum);
|
||||
if (trainType == null && "SEV A".equals(trainNum))
|
||||
return new Line(id, network, Product.BUS, trainNum);
|
||||
if (trainType == null && "SEV B".equals(trainNum))
|
||||
return new Line(id, network, Product.BUS, trainNum);
|
||||
} else if ("11".equals(mot)) {
|
||||
// Wuppertaler Schwebebahn & SkyTrain D'dorf
|
||||
if ("Schwebebahn".equals(trainName) || (longName != null && longName.startsWith("Schwebebahn")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue