mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 09:49:51 +00:00
Lines.
This commit is contained in:
parent
9d18f36fa9
commit
6c1ee94b91
5 changed files with 26 additions and 6 deletions
|
@ -3410,6 +3410,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
return Product.REGIONAL_TRAIN;
|
||||
if ("RE".equals(ucType)) // RegionalExpress
|
||||
return Product.REGIONAL_TRAIN;
|
||||
if ("DB".equals(ucType))
|
||||
return Product.REGIONAL_TRAIN;
|
||||
if ("IR".equals(ucType)) // Interregio
|
||||
return Product.REGIONAL_TRAIN;
|
||||
if ("IRE".equals(ucType)) // Interregio Express
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue