Straßburg & Freiburg

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@499 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-02-19 13:53:39 +00:00
parent be06c027b2
commit 6a6698a7aa
4 changed files with 180 additions and 1 deletions

View file

@ -463,6 +463,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'I' + str;
if (type.equals("HT")) // First Hull Trains, GB
return 'I' + str;
if (type.equals("MT")) // Müller Touren, Schnee Express
return 'I' + str;
if (type.equals("IR")) // Interregio
return 'R' + str;