Replies: 1 comment
-
You can add additional data using See also my answer in the forum on that topic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a self-hosted instance of nominatim. There are scenarios where the OSM data will not have addresses that a user will look up.
Are we able to insert new address info in my own database instance? I only use my instance for address look ups and do not have map interactions, so only need data like: number, street, postcode, suburb, state, city, lat, long (don't need node data etc)
I am aware I can update the OSM database and do a db update on my instance with the changes, but I can't quite rely on this due to inefficiency of requiring to do an update each time. This is because I would like to have new addresses available on insert.
(I do have a plan to have the new addresses added to OSM db every so often)
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions