mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 14:29:50 +00:00
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:
parent
c16315fec5
commit
7b5f1afd03
2 changed files with 47 additions and 164 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue