Skip to content

Commit

Permalink
Enable searching by category/POI type
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-wroniszewski committed Jan 5, 2024
1 parent 3fdd12e commit 29895a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 4.3/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ if [ -f tiger-nominatim-preprocessed.csv.tar.gz ]; then
sudo -E -u nominatim nominatim add-data --tiger-data tiger-nominatim-preprocessed.csv.tar.gz
fi

# enable searching by category/POI type
sudo -E -u nominatim nominatim special-phrases --import-from-wiki

# Sometimes Nominatim marks parent places to be indexed during the initial
# import which leads to '123 entries are not yet indexed' errors in --check-database
# Thus another quick additional index here for the remaining places
Expand Down

0 comments on commit 29895a1

Please sign in to comment.