mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 05:39:51 +00:00
metro Lausanne
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@106 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
78f0f33755
commit
8cd4ca880b
1 changed files with 4 additions and 1 deletions
|
@ -574,6 +574,9 @@ public class SbbProvider implements NetworkProvider
|
|||
if (P_NORMALIZE_TYPE_SBAHN.matcher(ucType).matches())
|
||||
return 'S';
|
||||
|
||||
if (ucType.equals("MET")) // Lausanne
|
||||
return 'U';
|
||||
|
||||
if (ucType.equals("TRAM"))
|
||||
return 'T';
|
||||
if (ucType.equals("TRA"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue