Revert layout changes in list.

This commit is contained in:
Jochen Topf
2019-05-22 09:25:05 +02:00
parent 634684236c
commit 251f335fe3

View File

@@ -189,25 +189,19 @@ entire US adds about 10GB to your database.
1. Get preprocessed TIGER 2018 data and unpack it into the 1. Get preprocessed TIGER 2018 data and unpack it into the
data directory in your Nominatim sources: data directory in your Nominatim sources:
```sh cd Nominatim/data
cd Nominatim/data wget https://nominatim.org/data/tiger2018-nominatim-preprocessed.tar.gz
wget https://nominatim.org/data/tiger2018-nominatim-preprocessed.tar.gz tar xf tiger2018-nominatim-preprocessed.tar.gz
tar xf tiger2018-nominatim-preprocessed.tar.gz
```
`data-source/us-tiger/README.md` explains how the data got preprocessed. `data-source/us-tiger/README.md` explains how the data got preprocessed.
2. Import the data into your Nominatim database: 2. Import the data into your Nominatim database:
```sh ./utils/setup.php --import-tiger-data
./utils/setup.php --import-tiger-data
```
3. Enable use of the Tiger data in your `settings/local.php` by adding: 3. Enable use of the Tiger data in your `settings/local.php` by adding:
```
@define('CONST_Use_US_Tiger_Data', true); @define('CONST_Use_US_Tiger_Data', true);
```
4. Apply the new settings: 4. Apply the new settings: