mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
VRS: Additional parsing rule for platform information.
This commit is contained in:
parent
8a5341438f
commit
e9479c18d8
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,8 @@ public class VrsProvider extends AbstractNetworkProvider
|
||||||
add(Pattern.compile("(.*) \\(Gleis (.*)\\)"));
|
add(Pattern.compile("(.*) \\(Gleis (.*)\\)"));
|
||||||
// Aachen alle Buslinien
|
// Aachen alle Buslinien
|
||||||
add(Pattern.compile("(.*) \\(H\\.(\\d+).*\\)"));
|
add(Pattern.compile("(.*) \\(H\\.(\\d+).*\\)"));
|
||||||
|
// Neumarkt Bussteig B
|
||||||
|
add(Pattern.compile("(.*) Bussteig (.*)"));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
protected static final Pattern nrwTarifPattern = Pattern.compile("([\\d]+,\\d\\d)");
|
protected static final Pattern nrwTarifPattern = Pattern.compile("([\\d]+,\\d\\d)");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue