mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 22:59:53 +00:00
Lines.
This commit is contained in:
parent
0b9985c3e5
commit
d06ce813b4
14 changed files with 142 additions and 51 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue