mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 12:39:49 +00:00
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:
parent
b9e4cabbcf
commit
a95bd63d77
4 changed files with 6 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue