DSB: 'Pågatog' line.

This commit is contained in:
Andreas Schildbach 2018-11-02 13:20:17 +01:00
parent 45eee58777
commit a8ef6c365a

View file

@ -77,6 +77,8 @@ public class DsbProvider extends AbstractHafasLegacyProvider {
return Product.REGIONAL_TRAIN;
if ("L".equals(ucType)) // Lokalbane
return Product.REGIONAL_TRAIN;
if ("PÅGATOG".equals(ucType))
return Product.REGIONAL_TRAIN;
if ("S-TOG".equals(ucType))
return Product.SUBURBAN_TRAIN;