mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
AbstractHafasLegacyProvider: 'FEX' line
This commit is contained in:
parent
f6fae7ba11
commit
eec5112871
1 changed files with 2 additions and 0 deletions
|
@ -2720,6 +2720,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
|||
return Product.REGIONAL_TRAIN;
|
||||
if ("CJX".equals(ucType)) // Cityjet Xpress
|
||||
return Product.REGIONAL_TRAIN;
|
||||
if ("FEX".equals(ucType)) // Flughafen-Express
|
||||
return Product.REGIONAL_TRAIN;
|
||||
|
||||
// Suburban Trains
|
||||
if (P_LINE_SBAHN.matcher(ucType).matches()) // Generic (Night) S-Bahn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue