This commit is contained in:
Andreas Schildbach 2012-08-12 23:59:34 +02:00
parent a31aa02fc8
commit 10b079fc7d
2 changed files with 2 additions and 2 deletions

View file

@ -2544,6 +2544,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
return 'T';
if ("TRA".equals(ucType))
return 'T';
if ("WLB".equals(ucType)) // Wiener Lokalbahnen
return 'T';
if ("STRWLB".equals(ucType)) // Wiener Lokalbahnen
return 'T';
if ("SCHW-B".equals(ucType)) // Schwebebahn, gilt als "Straßenbahn besonderer Bauart"

View file

@ -256,8 +256,6 @@ public class OebbProvider extends AbstractHafasProvider
if (ucType.equals("LKB")) // Connections only?
return 'T';
// if (ucType.equals("WLB")) // via JSON API
// return 'T';
if (ucType.equals("OBU")) // Connections only?
return 'B';