mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 16:58:47 +00:00
fixed bad uri for nearbyStations()
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@694 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
88e9b796b0
commit
c724ae06a1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class TlswProvider extends AbstractEfaProvider
|
|||
|
||||
private static final String NEARBY_STATION_URI = API_BASE
|
||||
+ "XSLT_DM_REQUEST"
|
||||
+ "?outputFormat=XML&coordOutputFormat=WGS84&name_dm=90000591&type_dm=stop&itOptionsActive=1&ptOptionsActive=1&useProxFootSearch=1&mergeDep=1&useAllStops=1&mode=direct";
|
||||
+ "?outputFormat=XML&coordOutputFormat=WGS84&name_dm=%s&type_dm=stop&itOptionsActive=1&ptOptionsActive=1&useProxFootSearch=1&mergeDep=1&useAllStops=1&mode=direct";
|
||||
|
||||
@Override
|
||||
protected String nearbyStationUri(final int stationId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue