mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
line
This commit is contained in:
parent
b468eb52ce
commit
825cdc61db
1 changed files with 2 additions and 0 deletions
|
@ -1790,6 +1790,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
||||||
return 'U';
|
return 'U';
|
||||||
if ("MET".equals(ucType))
|
if ("MET".equals(ucType))
|
||||||
return 'U';
|
return 'U';
|
||||||
|
if ("METRO".equals(ucType))
|
||||||
|
return 'U';
|
||||||
|
|
||||||
// Tram
|
// Tram
|
||||||
if (P_LINE_TRAM.matcher(ucType).matches()) // Generic Tram
|
if (P_LINE_TRAM.matcher(ucType).matches()) // Generic Tram
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue