mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +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
|
// 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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue