mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
Parameterise the search only within countries
This commit is contained in:
@@ -214,6 +214,12 @@ NOMINATIM_SERVE_LEGACY_URLS=yes
|
||||
# of connections _per worker_.
|
||||
NOMINATIM_API_POOL_SIZE=10
|
||||
|
||||
# Search elements just within countries
|
||||
# If, despite not finding a point within the static grid of countries, it
|
||||
# finds a geometry of a region, do not return the geometry. Return "Unable
|
||||
# to geocode" instead.
|
||||
NOMINATIM_SEARCH_WITHIN_COUNTRIES=False
|
||||
|
||||
### Log settings
|
||||
#
|
||||
# The following options allow to enable logging of API requests.
|
||||
|
||||
Reference in New Issue
Block a user