mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
DSB: 'Fjernbus' line.
This commit is contained in:
parent
95580942a1
commit
45eee58777
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ public class DsbProvider extends AbstractHafasLegacyProvider {
|
|||
return Product.BUS;
|
||||
if ("FLEXBUS".equals(ucType))
|
||||
return Product.BUS;
|
||||
if ("FJERNBUS".equals(ucType))
|
||||
return Product.BUS;
|
||||
|
||||
if ("TELEBUS".equals(ucType))
|
||||
return Product.ON_DEMAND;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue