mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
AbstractHafasLegacyProvider: 'EUR' line.
This commit is contained in:
parent
3ffabe1d9b
commit
e632c3a48e
1 changed files with 2 additions and 0 deletions
|
@ -2513,6 +2513,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
|||
return Product.HIGH_SPEED_TRAIN;
|
||||
if ("IRX".equals(ucType)) // IC
|
||||
return Product.HIGH_SPEED_TRAIN;
|
||||
if ("EUR".equals(ucType)) // Eurostar
|
||||
return Product.HIGH_SPEED_TRAIN;
|
||||
if ("ES".equals(ucType)) // Eurostar Italia
|
||||
return Product.HIGH_SPEED_TRAIN;
|
||||
if ("EST".equals(ucType)) // Eurostar Frankreich
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue