mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@711 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
c4731e7de7
commit
a2b5775b8f
10 changed files with 21 additions and 18 deletions
|
@ -190,6 +190,10 @@ public class NriProvider extends AbstractHafasProvider
|
|||
|
||||
if ("EXP".equals(ucType))
|
||||
return 'F';
|
||||
if ("EXP.BOAT".equals(ucType))
|
||||
return 'F';
|
||||
if ("FERRY".equals(ucType))
|
||||
return 'F';
|
||||
if ("FER".equals(ucType))
|
||||
return 'F';
|
||||
if ("SHIP".equals(ucType))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue