mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
Fix type of Niederflur-Tram
This commit is contained in:
parent
abbd15b368
commit
51bedf8fd4
1 changed files with 1 additions and 1 deletions
|
@ -2824,7 +2824,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
||||||
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
|
if ("NFT".equals(ucType)) // Niederflur-Tram
|
||||||
return 'B';
|
return 'T';
|
||||||
if ("TRAM".equals(ucType))
|
if ("TRAM".equals(ucType))
|
||||||
return 'T';
|
return 'T';
|
||||||
if ("TRA".equals(ucType))
|
if ("TRA".equals(ucType))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue