mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
line
This commit is contained in:
parent
4aae106869
commit
983c8a4117
1 changed files with 2 additions and 0 deletions
|
@ -183,6 +183,8 @@ public class NriProvider extends AbstractHafasProvider
|
|||
return 'R';
|
||||
if ("TRAIN".equals(ucType))
|
||||
return 'R';
|
||||
if ("HEL".equals(ucType)) // Heli
|
||||
return 'R';
|
||||
|
||||
if ("U".equals(ucType))
|
||||
return 'U';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue