mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 00:08:48 +00:00
AbstractEfaProvider: 'AZS' line.
This commit is contained in:
parent
b1624f6b0a
commit
df5eab9d04
1 changed files with 2 additions and 0 deletions
|
@ -1254,6 +1254,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
return new Line(id, network, Product.REGIONAL_TRAIN, "ATZ" + trainNum);
|
||||
if ("AZ".equals(trainType) || "Auto-Zug".equals(trainName))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "AZ" + trainNum);
|
||||
if ("AZS".equals(trainType) && trainNum != null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "AZS" + trainNum);
|
||||
if ("DWE".equals(trainType) || "Dessau-Wörlitzer Eisenbahn".equals(trainName))
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, "DWE" + trainNum);
|
||||
if ("KTB".equals(trainType) || "Kandertalbahn".equals(trainName))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue