This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Can I use “planet diffs” if I only have data of 2 countries?

0
1

I'm currently running my own nominatim server with data of just a couple of countries. Nominatim supports automatic updates, and it uses the "planet diffs" by default, according to their manual.

Is it any problem that it uses all diffs of the planet if it only hasthe data of a couple of countries? Will it somehow add the diffs of like Australia while I don't have any data of Australia to begin with?

If that's not possible, how can I setup Nominatim to only listen to diffs of the countries it has the data of?

asked 08 Nov '21, 10:48

KoenMlt's gravatar image

KoenMlt
427712
accept rate: 0%


One Answer:

2

Nominatim version 4 has this covered in https://www.nominatim.org/release-docs/latest/admin/Advanced-Installations/#importing-multiple-regions-with-updates You'd need to check/test if previous versions have the same instructions https://www.nominatim.org/release-docs/

answered 08 Nov '21, 14:03

mtmail's gravatar image

mtmail
4.8k1574
accept rate: 27%

Thank you!

(09 Nov '21, 07:18) KoenMlt

Source code available on GitHub .