more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@506 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-02-26 12:41:05 +00:00
parent 7952578dc7
commit 19410bd60f

View file

@ -255,12 +255,19 @@ public class NasaProvider extends AbstractHafasProvider
return 'R'; return 'R';
if (ucType.equals("RR")) // Polen if (ucType.equals("RR")) // Polen
return 'R'; return 'R';
if (ucType.equals("NWB"))
return 'R';
if (ucType.equals("E")) // Stadtbahn Karlsruhe: S4/S31/xxxxx if (ucType.equals("E")) // Stadtbahn Karlsruhe: S4/S31/xxxxx
return 'S'; return 'S';
if (ucType.equals("STB"))
return 'T';
if (ucType.equals("BSV")) if (ucType.equals("BSV"))
return 'B'; return 'B';
if (ucType.equals("RFB")) // Rufbus
return 'B';
if (ucType.equals("RBS")) // Rufbus if (ucType.equals("RBS")) // Rufbus
return 'B'; return 'B';