mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 22:19:50 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@666 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
3cdb6f6c55
commit
6f2e8d3b70
6 changed files with 6 additions and 14 deletions
|
@ -1385,6 +1385,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'R';
|
||||
if ("MBB".equals(ucType)) // Mecklenburgische Bäderbahn Molli
|
||||
return 'R';
|
||||
if ("P".equals(ucType)) // Kasbachtalbahn
|
||||
return 'R';
|
||||
if ("ATZ".equals(ucType)) // Autotunnelzug
|
||||
return 'R';
|
||||
if ("CAT".equals(ucType)) // City Airport Train
|
||||
|
@ -1421,6 +1423,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'T';
|
||||
if ("TRA".equals(ucType))
|
||||
return 'T';
|
||||
if ("STRWLB".equals(ucType)) // Wiener Lokalbahnen
|
||||
return 'T';
|
||||
|
||||
// Bus
|
||||
if (P_LINE_BUS.matcher(ucType).matches()) // Generic Bus
|
||||
|
@ -1473,6 +1477,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'F';
|
||||
|
||||
// Cable Car
|
||||
if ("SEILBAHN".equals(ucType))
|
||||
return 'C';
|
||||
if ("SB".equals(ucType)) // Seilbahn
|
||||
return 'C';
|
||||
if ("ZAHNR".equals(ucType)) // Zahnradbahn, u.a. Zugspitzbahn
|
||||
|
@ -1488,8 +1494,6 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
|
||||
// if ("L".equals(normalizedType))
|
||||
// return "?" + normalizedName;
|
||||
// if ("P".equals(normalizedType))
|
||||
// return "?" + normalizedName;
|
||||
// if ("CR".equals(normalizedType))
|
||||
// return "?" + normalizedName;
|
||||
// if ("TRN".equals(normalizedType))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue