mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 21:48:50 +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)
|
if (trainType == null && ("C11".equals(trainNum) || "C13".equals(trainNum) || "C14".equals(trainNum)
|
||||||
|| "C15".equals(trainNum)))
|
|| "C15".equals(trainNum)))
|
||||||
return new Line(id, network, Product.REGIONAL_TRAIN, 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))
|
if ("VEC".equals(trainType) || "vectus Verkehrsgesellschaft".equals(trainName))
|
||||||
return new Line(id, network, Product.REGIONAL_TRAIN, "VEC" + trainNum);
|
return new Line(id, network, Product.REGIONAL_TRAIN, "VEC" + trainNum);
|
||||||
if ("HzL".equals(trainType) || "Hohenzollerische Landesbahn AG".equals(trainName))
|
if ("HzL".equals(trainType) || "Hohenzollerische Landesbahn AG".equals(trainName))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue