]> git.openstreetmap.org Git - nominatim.git/commit
Do not have postcode node appear in addresses directly
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 22 Jul 2018 14:22:07 +0000 (16:22 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 5 Aug 2018 12:25:20 +0000 (14:25 +0200)
commit48d4ea5542e2fb68352d33c9ecf7c518d4848ca9
treebed865971048b91711e4a432057089689ce533da
parent9bdbbec0c8141bdcb22fb562b4e1235dadcc446c
Do not have postcode node appear in addresses directly

Many of the postcode nodes are actually derived from
incomplete addresses and are as such not even centroids.
Better let them only take part in the address computation
via the postcode table.
sql/functions.sql
test/bdd/db/import/addressing.feature
test/bdd/db/import/placex.feature
test/bdd/db/import/postcodes.feature
test/bdd/steps/db_ops.py