]> git.openstreetmap.org Git - nominatim.git/commitdiff
Adjustments made to documentation
authorK Rahul Reddy <k_rahul_reddy@outlook.com>
Fri, 17 Apr 2020 09:54:37 +0000 (15:24 +0530)
committerK Rahul Reddy <k_rahul_reddy@outlook.com>
Fri, 17 Apr 2020 16:23:50 +0000 (21:53 +0530)
docs/admin/Advanced-Installations.md
docs/admin/Import-and-Update.md

index d68bf5804ebbc9bed00a302f85a136fbfd35c621..b22d9a6179e32410e568ae237e12bcc27b05b083 100644 (file)
@@ -25,7 +25,7 @@ update
 
 ```
 
-The `sequence.state` files will contain the sequence ID, which will be used be pyosmium to get updates. The tmp folder is used for import dump. 
+The `sequence.state` files will contain the sequence ID, which will be used by pyosmium to get updates. The tmp folder is used for import dump.
 
 ### Configuring multiple regions
 
@@ -59,6 +59,10 @@ Run the following command from your Nominatim directory after configuring the fi
 
     bash ./utils/import_multiple_regions.sh
 
+!!! danger "Important"
+        This file uses osmium-tool. It must be installed before executing the import script.
+        Installation instructions can be found [here](https://osmcode.org/osmium-tool/manual.html#installation).
+
 ## Updating multiple regions
 
 To import multiple regions in your database, you need to configure and run ```utils/update_database.sh```.
index 630e563fd0cec44043df65fdf9b154da3613beb8..0d1bb027e9e0a7d45084d61b2aa5e494aaef32aa 100644 (file)
@@ -318,8 +318,5 @@ 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).
-
-**Update**: [Advanced installations section](Advanced-Installations.md) contains instructions 
+up-to-date, [Advanced installations section](Advanced-Installations.md) contains instructions 
 to set up and update multiple country extracts.
\ No newline at end of file