mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
AbstractEfaProvider: 'SEV' line.
This commit is contained in:
parent
444735b8b4
commit
7c1fd06971
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
||||||
if ("Schulbus".equals(trainName) && symbol != null)
|
if ("Schulbus".equals(trainName) && symbol != null)
|
||||||
return new Line(id, network, Product.BUS, symbol);
|
return new Line(id, network, Product.BUS, symbol);
|
||||||
} else if ("13".equals(mot)) {
|
} else if ("13".equals(mot)) {
|
||||||
if ("Ersatzverkehr".equals(trainName) && trainType == null)
|
if (("SEV".equals(trainName) || "Ersatzverkehr".equals(trainName)) && trainType == null)
|
||||||
return new Line(id, network, Product.BUS, "SEV");
|
return new Line(id, network, Product.BUS, "SEV");
|
||||||
if (trainType == null && trainNum != null)
|
if (trainType == null && trainNum != null)
|
||||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue