mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 01:10:02 +00:00
line
This commit is contained in:
parent
9382f5c939
commit
129f9e263c
1 changed files with 2 additions and 0 deletions
|
@ -2659,6 +2659,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
// Tram
|
||||
if (P_LINE_TRAM.matcher(ucType).matches()) // Generic Tram
|
||||
return 'T';
|
||||
if ("NFT".equals(ucType)) // Niederflur-Tram
|
||||
return 'B';
|
||||
if ("TRAM".equals(ucType))
|
||||
return 'T';
|
||||
if ("TRA".equals(ucType))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue