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

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