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:
andreas.schildbach 2010-10-03 21:09:50 +00:00
parent 3e0e8f6218
commit b5d2f81b1a
2 changed files with 5 additions and 5 deletions

View file

@ -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';