mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
VGN: Fix queries only for stations when suggesting locations.
This commit is contained in:
parent
6df550ea80
commit
07af91b997
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class VgnProvider extends AbstractEfaProvider {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public SuggestLocationsResult suggestLocations(final CharSequence constraint) throws IOException {
|
public SuggestLocationsResult suggestLocations(final CharSequence constraint) throws IOException {
|
||||||
return xmlStopfinderRequest(new Location(LocationType.STATION, null, null, constraint.toString()));
|
return xmlStopfinderRequest(new Location(LocationType.ANY, null, null, constraint.toString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue