mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
line
This commit is contained in:
parent
10b079fc7d
commit
b04de15e18
1 changed files with 2 additions and 0 deletions
|
@ -265,6 +265,8 @@ public class OebbProvider extends AbstractHafasProvider
|
||||||
return 'B';
|
return 'B';
|
||||||
if (ucType.equals("O-BUS")) // Stadtbus
|
if (ucType.equals("O-BUS")) // Stadtbus
|
||||||
return 'B';
|
return 'B';
|
||||||
|
if (ucType.equals("O")) // Stadtbus
|
||||||
|
return 'B';
|
||||||
|
|
||||||
if (ucType.equals("SCH")) // Connections only?
|
if (ucType.equals("SCH")) // Connections only?
|
||||||
return 'F';
|
return 'F';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue