I am not getting results when running the following query But I can see the address is in the database https://www.openstreetmap.org/node/4059128182 Any idea why the address is not being found when I query it via Nominatim? Anything I can do to solve the issue? asked 05 Sep '20, 19:30 xpro6000 |
Firstly, your query says "Moorsville" but the city is called "Mooresville". Even that doesn't fix it though because the node lies outside the city boundary of Mooresville, something which Nominatim apparently considers more authoritative than the node's answered 05 Sep '20, 22:10 Frederik Ramm ♦ You are right, leaving out the city works. However, I'm getting different results from my local Nominatim server which I installed about 3 weeks ago, compared to nominatim.openstreetmap.org from openstreetmap I get this result https://pastebin.com/p24RYeGG which is listing the county correctly but from my local install I see https://pastebin.com/cCmbHgfp which lists county as "Halifax County" which is incorrect. Any idea why I am getting different results?
(06 Sep '20, 04:12)
xpro6000
nominatim.openstreetmap.org database gets fully reindexed only once or twice per year so your installation is likely more up-to-date. With incremental (minutely) updates and regular changes to the index and search logic there will never be a 100% match between installations.
(06 Sep '20, 15:24)
mtmail
|
A search for "126 Sunfish Drive" by itself appears to show it. Nominatim thinks the address is in Mount Mourne presumably because it is outside of the Mooresville town relation. Changing the border probably isn't a good idea unless you know it is out of date. The Nominatim FAQ suggests adding an answered 05 Sep '20, 22:29 InsertUser |