mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
AbstractHafasLegacyProvider: 'CJX' line
This commit is contained in:
parent
5aa1ca1c96
commit
3c78127c28
1 changed files with 2 additions and 0 deletions
|
@ -2718,6 +2718,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
||||||
return Product.REGIONAL_TRAIN;
|
return Product.REGIONAL_TRAIN;
|
||||||
if ("KML".equals(ucType)) // Koleje Malopolskie
|
if ("KML".equals(ucType)) // Koleje Malopolskie
|
||||||
return Product.REGIONAL_TRAIN;
|
return Product.REGIONAL_TRAIN;
|
||||||
|
if ("CJX".equals(ucType)) // Cityjet Xpress
|
||||||
|
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