mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
East Midlands, East Anglia, South East England
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@345 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
0a77d3391f
commit
2a093e77db
5 changed files with 427 additions and 0 deletions
|
@ -582,6 +582,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("GC")) // Grand Central, GB
|
||||
return 'R' + str;
|
||||
if (type.equals("IL")) // Island Line, GB
|
||||
return 'R' + str;
|
||||
|
||||
if (type.equals("BSB")) // Breisgau-S-Bahn
|
||||
return 'S' + str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue