agrc / deq-enviro

DEQ Environmental Data Viewer
MIT License
6 stars 1 forks source link

Add support for searching for addresses that do not show up in Address Point data #707

Open stdavis opened 1 month ago

stdavis commented 1 month ago

Michelle reported an issue with a user not being able to find this address: 802 West 100 South, SLC

This is an address that shows up in DEQ data.

To fix this, we could use masquerade for typeahead as well as geocoding addresses that are not found in the address point data.

steveoh commented 1 month ago

@gregbunce can we look into this address for geocoding?

stdavis commented 1 month ago

I don't think that 802 West 100 South is a good address. I checked in google maps and didn't see it. The closest that I found was 804 W.

gregbunce commented 1 month ago

@stdavis Can expand on, "geocoding addresses that are not found in the address point data"?

stdavis commented 1 month ago

I don't think that I was very clear. This is not a geocoding issue. @gregbunce I don't think that there is anything that you need to check on this issue. The project does not geocode at the moment. It just auto-completes using address point data. The fix is for me to add geocoding to this project.