mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
lines
This commit is contained in:
parent
776d1a9989
commit
6e331acefb
1 changed files with 11 additions and 0 deletions
|
@ -55,4 +55,15 @@ public class NaldoProvider extends AbstractEfaProvider
|
|||
{
|
||||
return xmlStopfinderRequest(new Location(LocationType.STATION, 0, null, constraint.toString()));
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String parseLine(final String mot, final String name, final String longName, final String noTrainName)
|
||||
{
|
||||
if ("ZAB1/766".equals(name))
|
||||
return "R" + name;
|
||||
if ("ZAB2/768".equals(name))
|
||||
return "R" + name;
|
||||
|
||||
return super.parseLine(mot, name, longName, noTrainName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue