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