mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
use canonical url for nominatim.org
This commit is contained in:
@@ -74,7 +74,7 @@ but it will improve the quality of the results if this is installed.
|
|||||||
This data is available as a binary download. Put it into your project directory:
|
This data is available as a binary download. Put it into your project directory:
|
||||||
|
|
||||||
cd $PROJECT_DIR
|
cd $PROJECT_DIR
|
||||||
wget https://www.nominatim.org/data/wikimedia-importance.sql.gz
|
wget https://nominatim.org/data/wikimedia-importance.sql.gz
|
||||||
|
|
||||||
The file is about 400MB and adds around 4GB to the Nominatim database.
|
The file is about 400MB and adds around 4GB to the Nominatim database.
|
||||||
|
|
||||||
@@ -92,8 +92,8 @@ and the UK (using the [CodePoint OpenData set](https://osdatahub.os.uk/downloads
|
|||||||
This data can be optionally downloaded into the project directory:
|
This data can be optionally downloaded into the project directory:
|
||||||
|
|
||||||
cd $PROJECT_DIR
|
cd $PROJECT_DIR
|
||||||
wget https://www.nominatim.org/data/gb_postcodes.csv.gz
|
wget https://nominatim.org/data/gb_postcodes.csv.gz
|
||||||
wget https://www.nominatim.org/data/us_postcodes.csv.gz
|
wget https://nominatim.org/data/us_postcodes.csv.gz
|
||||||
|
|
||||||
You can also add your own custom postcode sources, see
|
You can also add your own custom postcode sources, see
|
||||||
[Customization of postcodes](../customize/Postcodes.md).
|
[Customization of postcodes](../customize/Postcodes.md).
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ git clone --recursive https://github.com/openstreetmap/Nominatim.git
|
|||||||
The development version does not include the country grid. Download it separately:
|
The development version does not include the country grid. Download it separately:
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -O Nominatim/data/country_osm_grid.sql.gz https://www.nominatim.org/data/country_grid.sql.gz
|
wget -O Nominatim/data/country_osm_grid.sql.gz https://nominatim.org/data/country_grid.sql.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building Nominatim
|
### Building Nominatim
|
||||||
|
|||||||
Reference in New Issue
Block a user