mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
line
This commit is contained in:
parent
ef1a75466d
commit
ad603f8bd8
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,9 @@ public class SbbProvider extends AbstractHafasProvider
|
|||
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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue