From 072e5167db3d5b352f64731fdd6033f7bdc29029 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 11 Jul 2021 17:15:27 +0200 Subject: [PATCH] Increase nominatim search limit --- matcher/nominatim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matcher/nominatim.py b/matcher/nominatim.py index 825808a..9956400 100644 --- a/matcher/nominatim.py +++ b/matcher/nominatim.py @@ -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,