mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@527 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
2ae8be945b
commit
00987beec1
3 changed files with 10 additions and 0 deletions
|
@ -673,6 +673,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return "R" + normalizedName;
|
||||
if ("EXT".equals(normalizedType)) // Extrazug
|
||||
return "R" + normalizedName;
|
||||
if ("CAT".equals(normalizedType)) // City Airport Train
|
||||
return "R" + normalizedName;
|
||||
|
||||
if ("S".equals(normalizedType)) // S-Bahn
|
||||
return "S" + normalizedName;
|
||||
|
@ -692,6 +694,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
|
||||
if ("Tram".equals(normalizedType)) // Tram
|
||||
return "T" + normalizedName;
|
||||
if ("TRAM".equals(normalizedType)) // Tram
|
||||
return "T" + normalizedName;
|
||||
if ("T".equals(normalizedType)) // Tram
|
||||
return "T" + normalizedName;
|
||||
if ("Tramway".equals(normalizedType))
|
||||
|
@ -715,6 +719,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
if ("BAT".equals(normalizedType)) // Schiff
|
||||
return "F" + normalizedName;
|
||||
|
||||
if ("GB".equals(normalizedType)) // Gondelbahn
|
||||
return "C" + normalizedName;
|
||||
if ("LB".equals(normalizedType)) // Luftseilbahn
|
||||
return "C" + normalizedName;
|
||||
if ("FUN".equals(normalizedType)) // Standseilbahn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue