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@348 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
31e2686794
commit
1b086c063c
1 changed files with 4 additions and 0 deletions
|
@ -669,6 +669,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return "B" + normalizedName;
|
||||
if ("NFB".equals(normalizedType)) // Niederflur-Bus
|
||||
return "B" + normalizedName;
|
||||
if ("N".equals(normalizedType)) // Nachtbus
|
||||
return "B" + normalizedName;
|
||||
if ("Tro".equals(normalizedType)) // Trolleybus
|
||||
return "B" + normalizedName;
|
||||
if ("Taxi".equals(normalizedType)) // Taxi
|
||||
|
@ -876,6 +878,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'B';
|
||||
if (ucType.equals("AST")) // Anruf-Sammel-Taxi
|
||||
return 'B';
|
||||
if (ucType.equals("RUF")) // Rufbus
|
||||
return 'B';
|
||||
if (ucType.equals("SEV")) // Schienen-Ersatz-Verkehr
|
||||
return 'B';
|
||||
if (ucType.equals("BUSSEV")) // Schienen-Ersatz-Verkehr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue