mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 18:48:49 +00:00
AbstractEfaProvider: 'CB523' line.
This commit is contained in:
parent
fcfd365cd6
commit
2f7ab51a9b
1 changed files with 2 additions and 0 deletions
|
@ -1081,6 +1081,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
if (trainType == null && ("C11".equals(trainNum) || "C13".equals(trainNum) || "C14".equals(trainNum)
|
||||
|| "C15".equals(trainNum)))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||
if ("CB523".equals(trainNum))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||
if ("VEC".equals(trainType) || "vectus Verkehrsgesellschaft".equals(trainName))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "VEC" + trainNum);
|
||||
if ("HzL".equals(trainType) || "Hohenzollerische Landesbahn AG".equals(trainName))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue