]> git.openstreetmap.org Git - nominatim.git/commit
Remove street and addr_place from location_property_osmline
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 2 Apr 2017 13:19:39 +0000 (15:19 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 8 Apr 2017 17:58:10 +0000 (19:58 +0200)
commit3bb903cf92674c54dc5c3e3300be2cf89130bcdb
tree5643bb51cc6c52ec96751a9e53e6893a32a07886
parent41afcaddd54e387eb5020fda5e07d08c46da91d4
Remove street and addr_place from location_property_osmline

Derived columns are not needed because parent information is
always computed from scratch. So the columns are just duplicate
information.

Also get address information on nodes from address columns. The
other columns are not necessarily reliable when the node have not
been indexed yet.
sql/functions.sql
sql/tables.sql