mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 22:28:51 +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;
|
return Product.TRAM;
|
||||||
|
|
||||||
// Bus
|
// Bus
|
||||||
|
if ("B".equals(ucType))
|
||||||
|
return Product.BUS;
|
||||||
if (P_LINE_BUS.matcher(ucType).matches()) // Generic Bus
|
if (P_LINE_BUS.matcher(ucType).matches()) // Generic Bus
|
||||||
return Product.BUS;
|
return Product.BUS;
|
||||||
if ("NFB".equals(ucType)) // Niederflur-Bus
|
if ("NFB".equals(ucType)) // Niederflur-Bus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue