mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
DSB: 'L' line.
This commit is contained in:
parent
5da1301bd3
commit
95580942a1
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ public class DsbProvider extends AbstractHafasLegacyProvider {
|
|||
return Product.REGIONAL_TRAIN;
|
||||
if ("PP".equals(ucType))
|
||||
return Product.REGIONAL_TRAIN;
|
||||
if ("L".equals(ucType)) // Lokalbane
|
||||
return Product.REGIONAL_TRAIN;
|
||||
|
||||
if ("S-TOG".equals(ucType))
|
||||
return Product.SUBURBAN_TRAIN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue