Nominatim/sql/functions
Sarah Hoffmann a5697c5279 change place node expansion for large area table
So far we've used a buffer around a place node to define its
potential address reach. This had two problems: the buffer was
so large that addresses often contain false positives and the
buffer is really distorted when getting closer to the poles.

Change the buffer here to draw a bounndig box at a certain
distance in meter. This means that we always use the same
box everywhere on the planet and can make the extent much
smaller. Using a box has the advantage that it is much faster
to figure out if a point is within the box.
2020-06-17 10:53:11 +02:00
..
address_lookup.sql prefer linked place type over own place type 2020-05-27 11:31:50 +02:00
aux_property.sql simplify getNearestRoadFeature function 2020-02-26 10:58:55 +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 parents for large POIs must be address features 2020-06-03 11:30:51 +02:00
postcode_triggers.sql move postcode table triggers to own file 2020-01-08 11:22:23 +01:00
ranking.sql reset address and search ranks on update 2020-04-11 09:20:13 +02:00
utils.sql change place node expansion for large area table 2020-06-17 10:53:11 +02:00