mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
Lines.
This commit is contained in:
parent
0c0e1ad8a7
commit
7c79f55682
11 changed files with 61 additions and 20 deletions
|
@ -91,14 +91,9 @@ public class VrrProvider extends AbstractEfaProvider
|
|||
return new Line(id, network, Product.REGIONAL_TRAIN, symbol);
|
||||
if ("NordWestBahn".equals(trainName) && symbol != null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, symbol);
|
||||
if ("RE6a".equals(trainNum) && trainType == null && trainName == null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||
|
||||
if (trainType == null && "SEV7".equals(trainNum))
|
||||
return new Line(id, network, Product.BUS, trainNum);
|
||||
|
||||
if ("Zug".equals(longName))
|
||||
return new Line(id, network, null, "Zug");
|
||||
}
|
||||
else if ("11".equals(mot))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue