'type' before 'name' parameter

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@453 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-01-14 17:48:19 +00:00
parent 1d77a031d5
commit 2b2338de4e
30 changed files with 30 additions and 30 deletions

View file

@ -63,7 +63,7 @@ public class VvmProvider extends AbstractEfaProvider
private static final String NEARBY_STATION_URI = API_BASE
+ "XSLT_DM_REQUEST"
+ "?outputFormat=XML&coordOutputFormat=WGS84&name_dm=%s&type_dm=stop&itOptionsActive=1&ptOptionsActive=1&useProxFootSearch=1&mergeDep=1&useAllStops=1&mode=direct";
+ "?outputFormat=XML&coordOutputFormat=WGS84&type_dm=stop&name_dm=%s&itOptionsActive=1&ptOptionsActive=1&useProxFootSearch=1&mergeDep=1&useAllStops=1&mode=direct";
@Override
protected String nearbyStationUri(final String stationId)