mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
fixed parsing error
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@842 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
71b5cdd6bc
commit
114e2a1401
1 changed files with 1 additions and 1 deletions
|
@ -1288,7 +1288,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
private final static Pattern P_NEARBY_COARSE = Pattern.compile("<tr class=\"(zebra[^\"]*)\">(.*?)</tr>", Pattern.DOTALL);
|
||||
private final static Pattern P_NEARBY_FINE_COORDS = Pattern
|
||||
.compile("REQMapRoute0\\.Location0\\.X=(-?\\d+)&(?:amp;)?REQMapRoute0\\.Location0\\.Y=(-?\\d+)&");
|
||||
private final static Pattern P_NEARBY_FINE_LOCATION = Pattern.compile("[\\?&]input=(\\d+)&[^\"]*\">([^<]*)<");
|
||||
private final static Pattern P_NEARBY_FINE_LOCATION = Pattern.compile("[\\?&;]input=(\\d+)&[^\"]*\">([^<]*)<");
|
||||
|
||||
protected final NearbyStationsResult htmlNearbyStations(final String uri) throws IOException
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue