request WGS84 coordinates on all efa based autocompletes

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@254 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-09 10:37:57 +00:00
parent b9e4cabbcf
commit a95bd63d77
4 changed files with 6 additions and 4 deletions

View file

@ -42,7 +42,7 @@ public class GvhProvider extends AbstractEfaProvider
}
private static final String AUTOCOMPLETE_URI = API_BASE
+ "XSLT_TRIP_REQUEST2?outputFormat=XML&locationServerActive=1&type_origin=any&name_origin=%s";
+ "XSLT_TRIP_REQUEST2?outputFormat=XML&coordOutputFormat=WGS84&locationServerActive=1&type_origin=any&name_origin=%s";
@Override
protected String autocompleteUri(final CharSequence constraint)