mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
VRS: Additional parsing rule for platform information.
This commit is contained in:
parent
009c31ed12
commit
72d0e5dd4a
2 changed files with 12 additions and 0 deletions
|
@ -156,6 +156,8 @@ public class VrsProvider extends AbstractNetworkProvider
|
|||
add(Pattern.compile("(.*) Gleis (.*)"));
|
||||
// Düren Bf (Bussteig D/E)
|
||||
add(Pattern.compile("(.*) \\(Bussteig (.*)\\)"));
|
||||
// Venloer Str./Gürtel (Gleis 1)
|
||||
add(Pattern.compile("(.*) \\(Gleis (.*)\\)"));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue