Nominatim/sql/functions
Sarah Hoffmann 80f7392fb1 address ranks must not invert admin_level hierarchy
When inheriting an address rank from a linked place we
must be careful not to destroy the hierarchy established
through boundary admin_level. Therefore, before assigning
an address rank from a linked place, find the next higher
boundary in the admin_level hierarchy, look up its address
rank and then only use the address rank from the linked
place if it is higher.
2020-04-11 20:56:30 +02:00
..
address_lookup.sql fix typo 2020-03-31 19:53:55 +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 address ranks must not invert admin_level hierarchy 2020-04-11 20:56:30 +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 move ranks-related functions in separate sql file 2020-04-10 11:34:14 +02:00