mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
lines
This commit is contained in:
parent
36b5188af6
commit
cd78e7b809
1 changed files with 4 additions and 0 deletions
|
@ -163,6 +163,10 @@ 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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue