mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-16 07:54:07 +00:00
remove unused USE_AUX_LOCATION_DATA setting
This commit is contained in:
@@ -141,22 +141,6 @@ When this setting is enabled, search and reverse queries also take data
|
|||||||
from [Tiger house number data](Tiger.md) into account.
|
from [Tiger house number data](Tiger.md) into account.
|
||||||
|
|
||||||
|
|
||||||
#### NOMINATIM_USE_AUX_LOCATION_DATA
|
|
||||||
|
|
||||||
| Summary | |
|
|
||||||
| -------------- | --------------------------------------------------- |
|
|
||||||
| **Description:** | Enable searching in external house number tables |
|
|
||||||
| **Format:** | boolean |
|
|
||||||
| **Default:** | no |
|
|
||||||
| **After Changes:** | run `nominatim refresh --functions` |
|
|
||||||
| **Comment:** | Do not use. |
|
|
||||||
|
|
||||||
When this setting is enabled, search queries also take data from external
|
|
||||||
house number tables into account.
|
|
||||||
|
|
||||||
*Warning:* This feature is currently unmaintained and should not be used.
|
|
||||||
|
|
||||||
|
|
||||||
#### NOMINATIM_HTTP_PROXY
|
#### NOMINATIM_HTTP_PROXY
|
||||||
|
|
||||||
| Summary | |
|
| Summary | |
|
||||||
|
|||||||
@@ -38,10 +38,6 @@ NOMINATIM_TOKENIZER_CONFIG=
|
|||||||
# Changing this value requires to run ./utils/setup --create-functions.
|
# Changing this value requires to run ./utils/setup --create-functions.
|
||||||
NOMINATIM_USE_US_TIGER_DATA=no
|
NOMINATIM_USE_US_TIGER_DATA=no
|
||||||
|
|
||||||
# Search in the auxiliary housenumber table.
|
|
||||||
# Changing this value requires to run ./utils/setup --create-functions.
|
|
||||||
NOMINATIM_USE_AUX_LOCATION_DATA=no
|
|
||||||
|
|
||||||
# Proxy settings
|
# Proxy settings
|
||||||
# The following settings allow to set a proxy to use when remotely downloading
|
# The following settings allow to set a proxy to use when remotely downloading
|
||||||
# data. Host and port are required. Login and password are optional.
|
# data. Host and port are required. Login and password are optional.
|
||||||
|
|||||||
Reference in New Issue
Block a user