From: Frederik Ramm Date: Fri, 21 Jul 2017 07:23:38 +0000 (+0200) Subject: Mention explicitly that Osmosis is not required. X-Git-Tag: v3.0.1~3^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/bce11a5fc7a8ac94defb4e0113204f1a1508180e Mention explicitly that Osmosis is not required. --- diff --git a/docs/Import-and-Update.md b/docs/Import-and-Update.md index 59a7d88e..3eda0a02 100644 --- a/docs/Import-and-Update.md +++ b/docs/Import-and-Update.md @@ -175,6 +175,8 @@ The following command will keep your database constantly up to date: ./utils/update.php --import-osmosis-all +(Note that even though the old name "import-osmosis-all" has been kept for compatibility reasons, Osmosis is not required to run this - it uses pyosmium behind the scenes.) + If you have imported multiple country extracts and want to keep them up-to-date, have a look at the script in [issue #60](https://github.com/openstreetmap/Nominatim/issues/60).