Liverpool.

This commit is contained in:
Andreas Schildbach 2014-07-12 18:38:41 +02:00
parent 5b3ceed733
commit 695fc56d8e
4 changed files with 191 additions and 2 deletions

View file

@ -3201,7 +3201,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
}
private static final Pattern P_POSITION = Pattern.compile(
"(?:Gleis|Gl\\.|Bahnsteig|Bstg\\.|Bussteig|Busstg\\.|Steig|Hp\\.|Stop|Pos\\.|Zone|Platform)?\\s*(.+)", Pattern.CASE_INSENSITIVE);
"(?:Gleis|Gl\\.|Bahnsteig|Bstg\\.|Bussteig|Busstg\\.|Steig|Hp\\.|Stop|Pos\\.|Zone|Platform|Stand|Bay|Stance)?\\s*(.+)",
Pattern.CASE_INSENSITIVE);
@Override
protected Position parsePosition(final String position)