osm-search / Nominatim

Open Source search based on OpenStreetMap data
https://nominatim.org
GNU General Public License v3.0
3.12k stars 713 forks source link

Search specifies US location, search results outside US in unstructured search #3524

Closed matkoniecz closed 1 month ago

matkoniecz commented 1 month ago

What did you search for?

https://nominatim.openstreetmap.org/ui/search.html?q=US%2C+3136+Cherry+St%2C+Toledo

What result did you get?

https://nominatim.openstreetmap.org/ui/details.html?osmtype=W&osmid=186563067&class=highway

What result did you expect?

No results or location in US.

This place appears to not exist or be not mapped yet.

When the result missing completely:

Further details

https://nominatim.openstreetmap.org/ui/details.html?osmtype=W&osmid=186563067&class=highway does not seem to list any US place.

Maybe I should have use structured Nominatim query?

https://nominatim.openstreetmap.org/ui/search.html?street=3136+Cherry+St&city=Toledo&country=US seems to work?