From: Sarah Hoffmann Date: Wed, 26 May 2021 09:04:02 +0000 (+0200) Subject: always compute guessed postcode for POIs from centroid X-Git-Tag: v4.0.0~72 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/f74dc38766ea786b0419bae8de7791b70171841d?hp=f74dc38766ea786b0419bae8de7791b70171841d always compute guessed postcode for POIs from centroid When guessing postcodes from the area, only postcodes within that area are accepted. For POIs that is usually not what we want as the postcode would have to be within a house for example. Fixes #2301. ---