react-autosuggest-geocoder icon indicating copy to clipboard operation
react-autosuggest-geocoder copied to clipboard

broken demo link

Open missinglink opened this issue 6 years ago • 1 comments

heya,

the demo link at the top of the github repo is pointing to an old URL:

Screenshot 2019-10-02 at 15 06 54

I think the correct URL is https://generalpiston.github.io/react-autosuggest-geocoder/ ?

missinglink avatar Oct 02 '19 13:10 missinglink

I noticed that you're not seeing any results in the demo due to the query filters being applied, the request being sent to the backend is:

sources=openaddresses
focus.point.lat=37.7701981
focus.point.lon=-122.4522257
boundary.rect.min_lon=-122.5257357
boundary.rect.min_lat=37.668316
boundary.rect.max_lon=-122.3581937
boundary.rect.max_lat=37.836074
text={{input}}

you can safely remove all those properties except ?text and you'll see a lot more results :)

missinglink avatar Oct 02 '19 13:10 missinglink