more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@328 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-29 21:30:08 +00:00
parent 77dbf852ed
commit 0e2fa06bd7
2 changed files with 4 additions and 0 deletions

View file

@ -662,6 +662,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
if ("Tram".equals(normalizedType)) // Tram
return "T" + normalizedName;
if ("T".equals(normalizedType)) // Tram
return "T" + normalizedName;
if ("Tramway".equals(normalizedType))
return "T" + normalizedName;