mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 10:49:50 +00:00
fixed bad API call
This commit is contained in:
parent
359aae5a83
commit
012a2e7ac3
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ public class ConnectionController
|
|||
final Location fromLocation = new Location(fromType, fromId, null, from);
|
||||
final Location toLocation = new Location(toType, toId, null, to);
|
||||
final String products = "IRSUTBFC";
|
||||
return provider.queryConnections(fromLocation, null, toLocation, new Date(), true, products, WalkSpeed.NORMAL, Accessibility.NEUTRAL);
|
||||
return provider.queryConnections(fromLocation, null, toLocation, new Date(), true, 4, products, WalkSpeed.NORMAL, Accessibility.NEUTRAL);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue