mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 00:08:48 +00:00
AbstractEfaProvider: 'PPN' line.
This commit is contained in:
parent
f5f1ff90fa
commit
d50a84e188
1 changed files with 2 additions and 0 deletions
|
@ -1363,6 +1363,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
return new Line(id, network, null, "N" + trainNum);
|
||||
if ("Train".equals(trainName))
|
||||
return new Line(id, network, null, null);
|
||||
if ("PPN".equals(trainType) && "Osobowy".equals(trainName) && trainNum != null)
|
||||
return new Line(id, network, null, "PPN" + trainNum);
|
||||
|
||||
// generic
|
||||
if (trainName != null && trainType == null && trainNum == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue