react-autosuggest-geocoder
react-autosuggest-geocoder copied to clipboard
broken demo link
heya,
the demo link at the top of the github repo is pointing to an old URL:
I think the correct URL is https://generalpiston.github.io/react-autosuggest-geocoder/ ?
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 :)