mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
line
This commit is contained in:
parent
384dc47240
commit
4892adba6e
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ public class TflProvider extends AbstractEfaProvider
|
|||
else if ("0".equals(mot) && ("Chiltern Railways".equals(noTrainName) || "=CH".equals(noTrainName)))
|
||||
return "R" + name;
|
||||
|
||||
else if ("0".equals(mot) && "London Overground".equals(noTrainName))
|
||||
return "S" + name;
|
||||
|
||||
else
|
||||
return super.parseLine(mot, name, longName, noTrainName);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue