mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 09:49:49 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@658 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
7b5f1afd03
commit
5d6d496a35
6 changed files with 26 additions and 26 deletions
|
@ -1406,8 +1406,6 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'U';
|
||||
if ("MET".equals(ucType))
|
||||
return 'U';
|
||||
// if ("M".equals(normalizedType)) // Metro
|
||||
// return "U" + normalizedName;
|
||||
|
||||
// Tram
|
||||
if (P_LINE_TRAM.matcher(ucType).matches()) // Generic Tram
|
||||
|
@ -1416,8 +1414,6 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'T';
|
||||
if ("TRA".equals(ucType))
|
||||
return 'T';
|
||||
// if ("T".equals(normalizedType)) // Tram
|
||||
// return "T" + normalizedName;
|
||||
|
||||
// Bus
|
||||
if (P_LINE_BUS.matcher(ucType).matches()) // Generic Bus
|
||||
|
@ -1450,14 +1446,14 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'B';
|
||||
// if ("N".equals(normalizedType)) // Nachtbus
|
||||
// return "B" + normalizedName;
|
||||
// if ("TX".equals(normalizedType)) // Taxi
|
||||
// return "B" + normalizedName;
|
||||
|
||||
// Ferry
|
||||
if ("SCHIFF".equals(ucType))
|
||||
return 'F';
|
||||
if ("FÄHRE".equals(ucType))
|
||||
return 'F';
|
||||
if ("FAE".equals(ucType))
|
||||
return 'F';
|
||||
if ("SCH".equals(ucType)) // Schiff
|
||||
return 'F';
|
||||
if ("AS".equals(ucType)) // SyltShuttle, eigentlich Autoreisezug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue