]> git.openstreetmap.org Git - nominatim.git/commitdiff
move interpolaton computation into indexing step
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 26 Feb 2017 11:58:07 +0000 (12:58 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 26 Feb 2017 15:46:41 +0000 (16:46 +0100)
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.


No differences found