From bce11a5fc7a8ac94defb4e0113204f1a1508180e Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Fri, 21 Jul 2017 09:23:38 +0200 Subject: [PATCH] Mention explicitly that Osmosis is not required. --- docs/Import-and-Update.md | 2 ++ 1 file changed, 2 insertions(+) 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).