mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
revert importing of housenumber interpolations
This commit is contained in:
@@ -53,10 +53,8 @@ BEGIN
|
||||
-- See if we can inherit additional address tags from an interpolation.
|
||||
-- These will become permanent.
|
||||
FOR location IN
|
||||
SELECT address as address
|
||||
FROM place_interpolation
|
||||
WHERE p.osm_id = any(place_interpolation.nodes)
|
||||
AND address is not NULL AND not address ? 'housenumber'
|
||||
SELECT address FROM place_interpolation
|
||||
WHERE ARRAY[p.osm_id] && place_interpolation.nodes AND address is not NULL
|
||||
LOOP
|
||||
result.address := location.address || result.address;
|
||||
END LOOP;
|
||||
|
||||
Reference in New Issue
Block a user