mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 18:29:51 +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)
|
||||
return new Line(id, network, Product.BUS, symbol);
|
||||
} 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");
|
||||
if (trainType == null && trainNum != null)
|
||||
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue