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:
andreas.schildbach 2010-11-06 18:45:13 +00:00
parent 0a77d3391f
commit 2a093e77db
5 changed files with 427 additions and 0 deletions

View file

@ -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;