mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +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
|
@ -363,7 +363,7 @@ public class SbbProvider implements NetworkProvider
|
|||
}
|
||||
|
||||
private static final Pattern P_DEPARTURES_HEAD_COARSE = Pattern.compile(".*?" //
|
||||
+ "(?:" //
|
||||
+ "(?:" //
|
||||
+ "<p class=\"qs\">\n(.+?)\n</p>.*?" //
|
||||
+ "(?:(.+)|(an dieser Haltestelle keines)).*?" //
|
||||
+ "<p class=\"links\">\n(.+?)\n</p>" //
|
||||
|
@ -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