mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
replace NOMINATIM_PHRASE_CONFIG with command line option
This commit is contained in:
@@ -89,8 +89,8 @@ NOMINATIM_TIGER_DATA_PATH=
|
||||
NOMINATIM_WIKIPEDIA_DATA_PATH=
|
||||
|
||||
# Configuration file for special phrase import.
|
||||
# When unset, the internal default settings from 'settings/phrase-settings.json'
|
||||
# are used.
|
||||
# OBSOLETE: use `nominatim special-phrases --config <file>` or simply put
|
||||
# a custom phrase-settings.json into your project directory.
|
||||
NOMINATIM_PHRASE_CONFIG=
|
||||
|
||||
# Configuration file for rank assignments.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"Also use this list to exclude an entire class from special phrases."
|
||||
],
|
||||
"blackList": {
|
||||
"bounday": [
|
||||
"boundary": [
|
||||
"administrative"
|
||||
],
|
||||
"place": [
|
||||
|
||||
Reference in New Issue
Block a user