more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@437 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-01-07 22:41:54 +00:00
parent 9ad3bc6e02
commit c5ef8490b0
2 changed files with 5 additions and 1 deletions

View file

@ -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';

View file

@ -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;