This commit is contained in:
Andreas Schildbach 2013-04-12 18:35:31 +02:00
parent 9382f5c939
commit 129f9e263c

View file

@ -2659,6 +2659,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
// Tram // Tram
if (P_LINE_TRAM.matcher(ucType).matches()) // Generic Tram if (P_LINE_TRAM.matcher(ucType).matches()) // Generic Tram
return 'T'; return 'T';
if ("NFT".equals(ucType)) // Niederflur-Tram
return 'B';
if ("TRAM".equals(ucType)) if ("TRAM".equals(ucType))
return 'T'; return 'T';
if ("TRA".equals(ucType)) if ("TRA".equals(ucType))