mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
AbstractHafasLegacyProvider: FLX line.
This commit is contained in:
parent
7cefc98ee0
commit
f79d868143
1 changed files with 2 additions and 0 deletions
|
@ -2563,6 +2563,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
|||
return Product.HIGH_SPEED_TRAIN;
|
||||
if ("NJ".equals(ucType)) // NightJet
|
||||
return Product.HIGH_SPEED_TRAIN;
|
||||
if ("FLX".equals(ucType))
|
||||
return Product.HIGH_SPEED_TRAIN;
|
||||
|
||||
// Regional
|
||||
if ("ZUG".equals(ucType)) // Generic Train
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue