mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +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;
|
||||
if ("KML".equals(ucType)) // Koleje Malopolskie
|
||||
return Product.REGIONAL_TRAIN;
|
||||
if ("CJX".equals(ucType)) // Cityjet Xpress
|
||||
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