mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
line Fäh
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@796 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
d0ef68a849
commit
36724057f8
1 changed files with 2 additions and 0 deletions
|
@ -1663,6 +1663,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
||||||
return 'F';
|
return 'F';
|
||||||
if ("FÄHRE".equals(ucType))
|
if ("FÄHRE".equals(ucType))
|
||||||
return 'F';
|
return 'F';
|
||||||
|
if ("FÄH".equals(ucType))
|
||||||
|
return 'F';
|
||||||
if ("FAE".equals(ucType))
|
if ("FAE".equals(ucType))
|
||||||
return 'F';
|
return 'F';
|
||||||
if ("SCH".equals(ucType)) // Schiff
|
if ("SCH".equals(ucType)) // Schiff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue