mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:08:49 +00:00
AbstractHafasLegacyProvider: 'B' line.
This commit is contained in:
parent
1aa2fd98c4
commit
494cbc3031
1 changed files with 2 additions and 0 deletions
|
@ -2764,6 +2764,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
|||
return Product.TRAM;
|
||||
|
||||
// Bus
|
||||
if ("B".equals(ucType))
|
||||
return Product.BUS;
|
||||
if (P_LINE_BUS.matcher(ucType).matches()) // Generic Bus
|
||||
return Product.BUS;
|
||||
if ("NFB".equals(ucType)) // Niederflur-Bus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue