VRS: Additional parsing rule for platform information.

This commit is contained in:
Michael Dyrna 2015-03-25 22:34:46 +01:00 committed by Andreas Schildbach
parent 009c31ed12
commit 72d0e5dd4a
2 changed files with 12 additions and 0 deletions

View file

@ -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 (.*)\\)"));
}
};