fixed Belgium connections

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@634 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-05-10 11:16:08 +00:00
parent be7a173989
commit af6c3338e1
3 changed files with 28 additions and 9 deletions

View file

@ -223,6 +223,9 @@ public class SncbProvider extends AbstractHafasProvider
if (ucType.equals("MÉT"))
return 'U';
if (ucType.equals("TRAMWAY"))
return 'T';
final char t = super.normalizeType(type);
if (t != 0)
return t;