mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
line
This commit is contained in:
parent
50b323bda6
commit
5441f0dbf8
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,8 @@ public class DsbProvider extends AbstractHafasProvider
|
|||
return 'B';
|
||||
if ("T-BUS".equals(ucType)) // Togbus
|
||||
return 'B';
|
||||
if ("TOGBUS".equals(ucType))
|
||||
return 'B';
|
||||
|
||||
if ("TELEBUS".equals(ucType))
|
||||
return 'P';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue