mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@936 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
b3850c89d6
commit
f407705052
1 changed files with 2 additions and 0 deletions
|
@ -967,6 +967,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'R' + str;
|
||||
if ("FCC".equals(type)) // First Capital Connect, GB
|
||||
return 'R' + str;
|
||||
if ("LE".equals(type)) // Greater Anglia, GB
|
||||
return 'R' + str;
|
||||
if (type.equals("BR")) // ??, GB
|
||||
return 'R' + str;
|
||||
if (type.equals("OO")) // ??, GB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue