mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
AbstractHafasLegacyProvider: 'FR' line.
This commit is contained in:
parent
9d59415f3a
commit
564b50d668
1 changed files with 2 additions and 0 deletions
|
@ -2511,6 +2511,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
||||||
return Product.HIGH_SPEED_TRAIN;
|
return Product.HIGH_SPEED_TRAIN;
|
||||||
if ("ICL".equals(ucType)) // InterCity Lyn, Denmark
|
if ("ICL".equals(ucType)) // InterCity Lyn, Denmark
|
||||||
return Product.HIGH_SPEED_TRAIN;
|
return Product.HIGH_SPEED_TRAIN;
|
||||||
|
if ("FR".equals(ucType)) // Frecciarossa, Italy
|
||||||
|
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