You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We want to make an application used by a lot of people who update our local Nominatim database.
by searching on the internet, we found two methods:
Having direct access to the database (we need the database architecture and developing the whole update program).
Update by a third-party project (like the openstreetmap ID project).
Our question is:
If using the second option is not possible, how do we update using the first?
The text was updated successfully, but these errors were encountered:
You'd need to create OSM change files, direct access to the database will just cause trouble. I don't know if ID can output those.
Changefiles is already out of scope for Nominatim (#1329 (comment)), it's possible but we don't want to end up debugging custom data. Again ID might be able to produce valid OSM change files. I don't think anybody has tried that yet.
Direct changing data in the database is definitely out of scope for support requests.
Our main concern is growing the overall OpenStreetMap project, making data free for everybody under the ODbL license.
Note you'd likely mix data of different licenses, triggering a ODbL share-a-like #1699
Hi,
We want to make an application used by a lot of people who update our local Nominatim database.
by searching on the internet, we found two methods:
Our question is:
If using the second option is not possible, how do we update using the first?
The text was updated successfully, but these errors were encountered: