mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 23:38:48 +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;
|
return Product.REGIONAL_TRAIN;
|
||||||
if ("CJX".equals(ucType)) // Cityjet Xpress
|
if ("CJX".equals(ucType)) // Cityjet Xpress
|
||||||
return Product.REGIONAL_TRAIN;
|
return Product.REGIONAL_TRAIN;
|
||||||
|
if ("FEX".equals(ucType)) // Flughafen-Express
|
||||||
|
return Product.REGIONAL_TRAIN;
|
||||||
|
|
||||||
// Suburban Trains
|
// Suburban Trains
|
||||||
if (P_LINE_SBAHN.matcher(ucType).matches()) // Generic (Night) S-Bahn
|
if (P_LINE_SBAHN.matcher(ucType).matches()) // Generic (Night) S-Bahn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue