Fix type of Niederflur-Tram

This commit is contained in:
Andreas Schildbach 2013-11-03 12:20:07 +01:00
parent abbd15b368
commit 51bedf8fd4

View file

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