mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 14:58:48 +00:00
AbstractHafasLegacyProvider: 'FA' line.
This commit is contained in:
parent
564b50d668
commit
5a72b83c33
1 changed files with 2 additions and 0 deletions
|
@ -2513,6 +2513,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
||||||
return Product.HIGH_SPEED_TRAIN;
|
return Product.HIGH_SPEED_TRAIN;
|
||||||
if ("FR".equals(ucType)) // Frecciarossa, Italy
|
if ("FR".equals(ucType)) // Frecciarossa, Italy
|
||||||
return Product.HIGH_SPEED_TRAIN;
|
return Product.HIGH_SPEED_TRAIN;
|
||||||
|
if ("FA".equals(ucType)) // Frecciargento, 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