forked from hans/Nominatim
update docs for new country grid location
Also updates some dependencies.
This commit is contained in:
@@ -28,8 +28,7 @@ required for compiling osm2pgsql.
|
||||
|
||||
For running tests:
|
||||
|
||||
* [lettuce](http://lettuce.it)
|
||||
* [Shapely](http://toblerity.org/shapely/index.html)
|
||||
* [behave](http://pythonhosted.org/behave/)
|
||||
* [Psycopg2](http://initd.org/psycopg)
|
||||
* [nose](https://nose.readthedocs.io)
|
||||
* [phpunit](https://phpunit.de)
|
||||
|
||||
@@ -150,6 +150,13 @@ Get the source code from Github and change into the source directory
|
||||
|
||||
|
||||
|
||||
When installing the latest source from github, you also need to
|
||||
download the country grid:
|
||||
|
||||
|
||||
wget -O data/country_osm_grid.sql.gz http://www.nominatim.org/data/country_grid.sql.gz
|
||||
|
||||
|
||||
The code must be built in a separate directory. Create this directory,
|
||||
then configure and build Nominatim in there:
|
||||
|
||||
|
||||
@@ -137,6 +137,13 @@ Get the source code from Github and change into the source directory
|
||||
|
||||
|
||||
|
||||
When installing the latest source from github, you also need to
|
||||
download the country grid:
|
||||
|
||||
|
||||
wget -O data/country_osm_grid.sql.gz http://www.nominatim.org/data/country_grid.sql.gz
|
||||
|
||||
|
||||
The code must be built in a separate directory. Create this directory,
|
||||
then configure and build Nominatim in there:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user