forked from edward/owl-map
Increase nominatim search limit
This commit is contained in:
parent
df2e514b02
commit
072e5167db
|
@ -15,7 +15,7 @@ def lookup_with_params(**kwargs):
|
|||
"format": "jsonv2",
|
||||
"addressdetails": 1,
|
||||
"extratags": 1,
|
||||
"limit": 20,
|
||||
"limit": 30,
|
||||
"namedetails": 1,
|
||||
"accept-language": "en",
|
||||
"polygon_text": 0,
|
||||
|
|
Loading…
Reference in a new issue