X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/631013be0208bf1bac14069f946b647049352b37..3849fbb12e41a2f2c24097a20ca5f88bf0b3a56a:/docs/admin/Faq.md diff --git a/docs/admin/Faq.md b/docs/admin/Faq.md index d618d2b5..126d7977 100644 --- a/docs/admin/Faq.md +++ b/docs/admin/Faq.md @@ -182,22 +182,6 @@ for more information. ## Running your own instance -### Can I import multiple countries and keep them up to date? - -You should use the extracts and updates from https://download.geofabrik.de. -For the initial import, download the countries you need and merge them. -See [OSM Help](https://help.openstreetmap.org/questions/48843/merging-two-or-more-geographical-areas-to-import-two-or-more-osm-files-in-nominatim) -for examples how to do that. Use the resulting single osm file when -running `setup.php`. - -For updates you need to download the change files for each country -once per day and apply them **separately** using - - ./utils/update.php --import-diff --index - -See [this issue](https://github.com/openstreetmap/Nominatim/issues/60#issuecomment-18679446) -for a script that runs the updates using osmosis. - ### Can I import negative OSM ids into Nominatim? See [this question of Stackoverflow](https://help.openstreetmap.org/questions/64662/nominatim-flatnode-with-negative-id).