forked from hans/Nominatim
remove now useless getNearestPostcode function
Most postcodes are not in the location-area tables anymore.
This commit is contained in:
@@ -2683,9 +2683,7 @@ BEGIN
|
||||
IF out_postcode IS NULL THEN
|
||||
SELECT postcode from placex where place_id = out_parent_place_id INTO out_postcode;
|
||||
END IF;
|
||||
IF out_postcode IS NULL THEN
|
||||
out_postcode := getNearestPostcode(out_partition, place_centroid);
|
||||
END IF;
|
||||
-- XXX look into postcode table
|
||||
|
||||
newpoints := 0;
|
||||
insert into location_property_aux (place_id, partition, parent_place_id, housenumber, postcode, centroid)
|
||||
|
||||
Reference in New Issue
Block a user