mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +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';
|
return 'R';
|
||||||
if ("T".equals(ucType))
|
if ("T".equals(ucType))
|
||||||
return 'R';
|
return 'R';
|
||||||
|
if ("KB".equals(ucType))
|
||||||
|
return 'R';
|
||||||
|
if ("BEX".equals(ucType)) // Bernina Express
|
||||||
|
return 'R';
|
||||||
|
|
||||||
if ("M".equals(ucType)) // Metro Wien
|
if ("M".equals(ucType)) // Metro Wien
|
||||||
return 'U';
|
return 'U';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue