Increase nominatim search limit

This commit is contained in:
Edward Betts 2021-07-11 17:15:27 +02:00
parent df2e514b02
commit 072e5167db
1 changed files with 1 additions and 1 deletions

View File

@ -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,