From: Sarah Hoffmann Date: Sun, 1 Jan 2017 23:33:09 +0000 (+0100) Subject: reverse: reduce search radius for interpolations X-Git-Tag: v3.0.0~82^2~1 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/b8db8301df64712bb2fa39ab07ea9ce747a1e5e6?hp=b8db8301df64712bb2fa39ab07ea9ce747a1e5e6 reverse: reduce search radius for interpolations Interpolations should have the same maximum search radius as address points. Change search strategy and only search for interpolations either before decreasing the maxRank to road or when a POI was found and we need to check that there isn't an interpolation that is closer. ---