Poland: Lines.

This commit is contained in:
Andreas Schildbach 2017-02-27 13:28:41 +01:00
parent 34d9ed3e0c
commit ce1ed56051

View file

@ -84,6 +84,8 @@ public class PlProvider extends AbstractHafasLegacyProvider {
return Product.REGIONAL_TRAIN;
if ("REG".equals(ucType))
return Product.REGIONAL_TRAIN;
if ("L".equals(ucType) || "LS".equals(ucType)) // Łódzka Kolej Aglomeracyjna
return Product.REGIONAL_TRAIN;
if ("LKA".equals(ucType)) // Łódzka Kolej Aglomeracyjna
return Product.SUBURBAN_TRAIN;