departures for Saarland

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@230 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-03 08:52:04 +00:00
parent cbd3e42287
commit 1b8c97aa2d
5 changed files with 337 additions and 22 deletions

View file

@ -229,15 +229,14 @@ public class NasaProvider extends AbstractHafasProvider
if (ucType.equals("RR")) // Polen
return 'R';
if (ucType.equals("E")) // Stadtbahn Karlsruhe: S4/S31/xxxxx
return 'S';
if (ucType.equals("BSV"))
return 'B';
if (ucType.equals("RBS")) // Rufbus
return 'B';
if (ucType.equals("FB")) // Bus
return 'B';
if (ucType.equals("E")) // manchmal S4, manchmal 5stellige Zugnr.
return '?';
if (ucType.equals("EB")) // Europa-Park, vermutlich "Erlebnisbahn"
return '?';