mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
AbstractEfaProvider: 'SAB' line.
This commit is contained in:
parent
23e857eec4
commit
9f3eaaf516
1 changed files with 2 additions and 0 deletions
|
@ -1329,6 +1329,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
return new Line(id, network, Product.REGIONAL_TRAIN, "DNA" + trainNum);
|
||||
if ("Dieselnetz".equals(trainType) && "Augsburg".equals(trainNum))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "DNA");
|
||||
if (("SAB".equals(trainType) || "Schwäbische Alb-Bahn".equals(trainName)) && trainNum != null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "SAB" + trainNum);
|
||||
|
||||
if (("BSB".equals(trainType) || "Breisgau-S-Bahn Gmbh".equals(trainName)) && trainNum != null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "BSB" + trainNum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue