Adjustments made to documentation

This commit is contained in:
K Rahul Reddy
2020-04-17 15:24:37 +05:30
parent 42f86329a9
commit 5c56ea3198
2 changed files with 6 additions and 5 deletions

View 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```.