From: Sarah Hoffmann Date: Sun, 26 Feb 2017 11:58:07 +0000 (+0100) Subject: move interpolaton computation into indexing step X-Git-Tag: v3.0.0~67 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/c48fb88e6b4020e960ccb656cb0741ab5f2fec74?hp=c48fb88e6b4020e960ccb656cb0741ab5f2fec74 move interpolaton computation into indexing step The interpolaton computation needs information from the osm2pgsql slim tables which may not be available when the data is inserted. Insertion now only adds a line with basic address information to location_property_osmline. The line is then split during the indexing, leading to more lines (which are complete in that case) being inserted. Fixes #598. ---