mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 21:28:48 +00:00
DSB: 'Pågatog' line.
This commit is contained in:
parent
45eee58777
commit
a8ef6c365a
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ public class DsbProvider extends AbstractHafasLegacyProvider {
|
||||||
return Product.REGIONAL_TRAIN;
|
return Product.REGIONAL_TRAIN;
|
||||||
if ("L".equals(ucType)) // Lokalbane
|
if ("L".equals(ucType)) // Lokalbane
|
||||||
return Product.REGIONAL_TRAIN;
|
return Product.REGIONAL_TRAIN;
|
||||||
|
if ("PÅGATOG".equals(ucType))
|
||||||
|
return Product.REGIONAL_TRAIN;
|
||||||
|
|
||||||
if ("S-TOG".equals(ucType))
|
if ("S-TOG".equals(ucType))
|
||||||
return Product.SUBURBAN_TRAIN;
|
return Product.SUBURBAN_TRAIN;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue