mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue