mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 09:39:49 +00:00
Poland: Lines.
This commit is contained in:
parent
34d9ed3e0c
commit
ce1ed56051
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ public class PlProvider extends AbstractHafasLegacyProvider {
|
||||||
return Product.REGIONAL_TRAIN;
|
return Product.REGIONAL_TRAIN;
|
||||||
if ("REG".equals(ucType))
|
if ("REG".equals(ucType))
|
||||||
return Product.REGIONAL_TRAIN;
|
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
|
if ("LKA".equals(ucType)) // Łódzka Kolej Aglomeracyjna
|
||||||
return Product.SUBURBAN_TRAIN;
|
return Product.SUBURBAN_TRAIN;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue