This commit is contained in:
Andreas Schildbach 2014-01-12 16:53:05 +01:00
parent 0b9985c3e5
commit d06ce813b4
14 changed files with 142 additions and 51 deletions

View file

@ -154,21 +154,13 @@ public class SbbProvider extends AbstractHafasProvider
return 'R';
if ("T".equals(ucType))
return 'R';
if ("KB".equals(ucType))
return 'R';
if ("BEX".equals(ucType)) // Bernina Express
return 'R';
if ("M".equals(ucType)) // Metro Wien
return 'U';
if ("NFT".equals(ucType)) // Niederflurtram
return 'T';
if ("TX".equals(ucType))
return 'B';
if ("NFO".equals(ucType))
return 'B';
if ("KB".equals(ucType)) // Kleinbus?
return 'B';
final char t = super.normalizeType(type);
if (t != 0)