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