X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/925726222f76a3cc73263bd56ef593afaa83c865..b50d6078f5cec2362813d710db35e616e9913ea2:/docs/admin/Import.md diff --git a/docs/admin/Import.md b/docs/admin/Import.md index 2686942e..3701df92 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -277,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).