X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/41b9bc99843ce8ce648ef695e2d4f8b87f15db79..b50d6078f5cec2362813d710db35e616e9913ea2:/docs/admin/Import.md diff --git a/docs/admin/Import.md b/docs/admin/Import.md index 2a9a86e6..3701df92 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -252,6 +252,9 @@ to verify that your installation is working. Go to `http://localhost:8088/status.php` and you should see the message `OK`. You can also run a search query, e.g. `http://localhost:8088/search.php?q=Berlin`. +Note that search query is not supported for reverse-only imports. You can run a +reverse query, e.g. `http://localhost:8088/reverse.php?lat=27.1750090510034&lon=78.04209025`. + To run Nominatim via webservers like Apache or nginx, please read the [Deployment chapter](Deployment.md). @@ -274,7 +277,12 @@ If you want to be able to search for places by their type through [special key phrases](https://wiki.openstreetmap.org/wiki/Nominatim/Special_Phrases) you also need to import these key phrases like this: - nominatim special-phrases --import-from-wiki +```sh +nominatim special-phrases --import-from-wiki +``` Note that this command downloads the phrases from the wiki link above. You need internet access for the step. + +You can also import special phrases from a csv file, for more +information please read the [Customization chapter](Customization.md).