adapted to website changes of Switzerland

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@657 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-05-25 00:09:46 +00:00
parent c16315fec5
commit 7b5f1afd03
2 changed files with 47 additions and 164 deletions

View file

@ -1466,6 +1466,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
return 'F';
if ("BAT".equals(ucType)) // Boots Anlege Terminal?
return 'F';
if ("BAV".equals(ucType)) // Boots Anlege?
return 'F';
// Cable Car
if ("SB".equals(ucType)) // Seilbahn
@ -1478,6 +1480,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
return 'C';
if ("FUN".equals(ucType)) // Funiculaire (Standseilbahn)
return 'C';
if ("SL".equals(ucType)) // Sessel-Lift
return 'C';
// if ("L".equals(normalizedType))
// return "?" + normalizedName;