mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 22:58:49 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@437 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
9ad3bc6e02
commit
c5ef8490b0
2 changed files with 5 additions and 1 deletions
|
@ -891,10 +891,14 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 'B';
|
||||
if (ucType.equals("BUSSEV")) // Schienen-Ersatz-Verkehr
|
||||
return 'B';
|
||||
if (ucType.equals("BSV")) // Bus SEV
|
||||
return 'B';
|
||||
if (ucType.equals("FB")) // Luxemburg-Saarbrücken
|
||||
return 'B';
|
||||
|
||||
// Ferry
|
||||
if (ucType.equals("SCH")) // Schiff
|
||||
return 'F';
|
||||
if (ucType.equals("AS")) // SyltShuttle, eigentlich Autoreisezug
|
||||
return 'F';
|
||||
|
||||
|
|
|
@ -644,7 +644,7 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
return "RVBG" + number;
|
||||
if (type.equals("VX")) // Vogtland Express
|
||||
return "RVX" + number;
|
||||
if (type.equals("HzL")) // Hohenzollerische Landesbahn
|
||||
if (type.equals("HzL") || type.equals("HZL")) // Hohenzollerische Landesbahn
|
||||
return "RHzL" + number;
|
||||
if (type.equals("BOB")) // Bayerische Oberlandbahn
|
||||
return "RBOB" + number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue