mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 05:29:52 +00:00
Fix bad nearby stations URI for the Netherlands
This commit is contained in:
parent
44f8567bc8
commit
4b5e70ed46
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ public class NsProvider extends AbstractHafasProvider
|
||||||
{
|
{
|
||||||
final StringBuilder uri = new StringBuilder(API_BASE);
|
final StringBuilder uri = new StringBuilder(API_BASE);
|
||||||
uri.append("stboard.exe/nn");
|
uri.append("stboard.exe/nn");
|
||||||
|
uri.append("?near=Anzeigen");
|
||||||
uri.append("&distance=").append(maxDistance != 0 ? maxDistance / 1000 : 50);
|
uri.append("&distance=").append(maxDistance != 0 ? maxDistance / 1000 : 50);
|
||||||
uri.append("&input=").append(location.id);
|
uri.append("&input=").append(location.id);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue