mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
line
This commit is contained in:
parent
a31aa02fc8
commit
10b079fc7d
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue