Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Tracked by #420
stdavis opened this issue Jun 17, 2024 · 9 comments
Closed
Tracked by #420
Assignees

Comments

@stdavis
Copy link
Member

stdavis commented Jun 17, 2024

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
Copy link
Member

steveoh commented Jun 17, 2024

@gregbunce can we look into this address for geocoding?

@stdavis
Copy link
Member Author

stdavis commented Jun 17, 2024

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
Copy link

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

@stdavis
Copy link
Member Author

stdavis commented Jun 17, 2024

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.

@nathankota
Copy link

Another address issue reported:

I'm searching the interactive map using address 500 E 1400 N, Logan. When I search with the address using a 2 mile radius, I get no results...However, when I searched the key word "Hospital" the address came up in the result for a PST facility

image

Acknowledgement: The address in the PST data is not the same as the source data for the search. The solution still stands to add geocoding to the project.

@stdavis
Copy link
Member Author

stdavis commented Sep 25, 2024

More addresses from Michelle:

187 North Broadway Avenue, or 187 N Broadway, Tooele or 748 East 400 South, Salt Lake City are not showing up on the Interactive May. They are good addresses.

@steveoh
Copy link
Member

steveoh commented Sep 25, 2024

The broadway matches on roads and is missing an address point.
image

@stdavis
Copy link
Member Author

stdavis commented Sep 25, 2024

Yes, that is expected. Currently, this app auto-completes with address points only. It needs to be updated to use masquerade for autocomplete and geocoding if nothing is selected.

@stdavis stdavis self-assigned this Nov 4, 2024
@github-project-automation github-project-automation bot moved this from Validate (active) to Done in Enviro Interactive Map Nov 21, 2024
Copy link

🥳 This issue is included in v2.0.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants