]> git.openstreetmap.org Git - nominatim.git/commit
adapt postcode centroid import to new address hstore
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 6 Jun 2017 18:42:13 +0000 (20:42 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 6 Jun 2017 18:42:13 +0000 (20:42 +0200)
commit0628aa887fb8b0b367fa8aacb4d4473661b77fa5
treeb0cbd44b15012eec4b06be6b2e96cf096789ec78
parent308bfcbf257c5dae3c8e178a53db00f5851b041c
adapt postcode centroid import to new address hstore

The postcode now needs to be saved in address->'postcode'
not in the postcode column which is derived only later while
indexing.

Fixes #746.

Thanks to @kkoop.
utils/setup.php