mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 11:18:47 +00:00
AbstractHafasLegacyProvider: 'RJX' line.
This commit is contained in:
parent
30f7ada7e9
commit
a94e6b899d
1 changed files with 2 additions and 0 deletions
|
@ -2505,6 +2505,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
||||||
return Product.HIGH_SPEED_TRAIN;
|
return Product.HIGH_SPEED_TRAIN;
|
||||||
if ("FLX".equals(ucType))
|
if ("FLX".equals(ucType))
|
||||||
return Product.HIGH_SPEED_TRAIN;
|
return Product.HIGH_SPEED_TRAIN;
|
||||||
|
if ("RJX".equals(ucType)) // railjet xpress
|
||||||
|
return Product.HIGH_SPEED_TRAIN;
|
||||||
|
|
||||||
// Regional
|
// Regional
|
||||||
if ("ZUG".equals(ucType)) // Generic Train
|
if ("ZUG".equals(ucType)) // Generic Train
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue