mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
AbstractHafasLegacyProvider: 'ICL' line.
This commit is contained in:
parent
87b32870ea
commit
9d59415f3a
1 changed files with 2 additions and 0 deletions
|
@ -2509,6 +2509,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
||||||
return Product.HIGH_SPEED_TRAIN;
|
return Product.HIGH_SPEED_TRAIN;
|
||||||
if ("RJX".equals(ucType)) // railjet xpress
|
if ("RJX".equals(ucType)) // railjet xpress
|
||||||
return Product.HIGH_SPEED_TRAIN;
|
return Product.HIGH_SPEED_TRAIN;
|
||||||
|
if ("ICL".equals(ucType)) // InterCity Lyn, Denmark
|
||||||
|
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