mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 22:08:48 +00:00
AbstractHafasLegacyProvider: 'STx' line.
This commit is contained in:
parent
634f82a514
commit
740deccce1
1 changed files with 2 additions and 0 deletions
|
@ -2679,6 +2679,8 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
|||
return Product.REGIONAL_TRAIN;
|
||||
if ("STB".equals(ucType)) // Süd-Thüringen-Bahn
|
||||
return Product.REGIONAL_TRAIN;
|
||||
if ("STX".equals(ucType)) // Süd-Thüringen-Bahn
|
||||
return Product.REGIONAL_TRAIN;
|
||||
if ("AG".equals(ucType)) // Ingolstadt-Landshut
|
||||
return Product.REGIONAL_TRAIN;
|
||||
if ("PRE".equals(ucType)) // Pressnitztalbahn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue