mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
WKD is a suburban train in Warsaw
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@234 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
3e0e8f6218
commit
b5d2f81b1a
2 changed files with 5 additions and 5 deletions
|
@ -648,8 +648,6 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'R';
|
||||
if (ucType.equals("SKW")) // Polen
|
||||
return 'R';
|
||||
if (ucType.equals("WKD")) // Warszawska Kolej Dojazdowa, Polen
|
||||
return 'R';
|
||||
if (ucType.equals("EX")) // Polen
|
||||
return 'R';
|
||||
if (ucType.equals("NEB")) // Kostrzyn-Berlin, via JSON API
|
||||
|
@ -769,6 +767,8 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'S';
|
||||
if (ucType.equals("RER")) // Réseau Express Régional, Frankreich
|
||||
return 'S';
|
||||
if (ucType.equals("WKD")) // Warszawska Kolej Dojazdowa (Warsaw Suburban Railway)
|
||||
return 'S';
|
||||
|
||||
if (ucType.equals("LKB")) // Connections only?
|
||||
return 'T';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue