mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 21:34:06 +00:00
Revert layout changes in list.
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user