Nominatim/sql/functions
Sarah Hoffmann 6189e0c79b improve parenting for large areas with rank 30
Instead of unconditionally parenting them to a street, the
larger areas get a parent area that contains them. To keep
things computationally light-weight, only use the centroid and
bbox to determine if an area is contained.

Requires renaming of parenting functions because renaming
a parameter of the function causes issues when updating the
function (it requires a manual delete, which I'd like to
avoid).
2020-02-19 08:43:53 +01:00
..
address_lookup.sql move functions for address lookup into own file 2020-01-05 16:16:21 +01:00
aux_property.sql rename functions where return parameter changed 2020-01-23 22:28:43 +01:00
importance.sql move importance/wikipedia functions into separate file 2020-01-05 15:55:39 +01:00
interpolation.sql factor out parent search from addr:street/addr:place 2020-01-23 22:28:43 +01:00
normalization.sql clean up get_word_id function 2020-01-23 22:28:43 +01:00
place_triggers.sql move place triggers into own file 2020-01-07 23:55:38 +01:00
placex_triggers.sql improve parenting for large areas with rank 30 2020-02-19 08:43:53 +01:00
postcode_triggers.sql move postcode table triggers to own file 2020-01-08 11:22:23 +01:00
utils.sql rename functions where return parameter changed 2020-01-23 22:28:43 +01:00