mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +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
|
||||
return 'T';
|
||||
if ("NFT".equals(ucType)) // Niederflur-Tram
|
||||
return 'B';
|
||||
return 'T';
|
||||
if ("TRAM".equals(ucType))
|
||||
return 'T';
|
||||
if ("TRA".equals(ucType))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue