mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 00:09:55 +00:00
AbstractHafasLegacyProvider: 'ECE' line.
This commit is contained in:
parent
a94e6b899d
commit
87b32870ea
1 changed files with 2 additions and 0 deletions
|
@ -2399,6 +2399,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
|||
// Intercity
|
||||
if ("EC".equals(ucType)) // EuroCity
|
||||
return Product.HIGH_SPEED_TRAIN;
|
||||
if ("ECE".equals(ucType)) // EuroCity-Express
|
||||
return Product.HIGH_SPEED_TRAIN;
|
||||
if ("EN".equals(ucType)) // EuroNight
|
||||
return Product.HIGH_SPEED_TRAIN;
|
||||
if ("D".equals(ucType)) // EuroNight, Sitzwagenabteil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue