mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 01:19:49 +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';
|
return 'R';
|
||||||
if ("TRAIN".equals(ucType))
|
if ("TRAIN".equals(ucType))
|
||||||
return 'R';
|
return 'R';
|
||||||
|
if ("HEL".equals(ucType)) // Heli
|
||||||
|
return 'R';
|
||||||
|
|
||||||
if ("U".equals(ucType))
|
if ("U".equals(ucType))
|
||||||
return 'U';
|
return 'U';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue