Nominatim/lib
Sarah Hoffmann c48fb88e6b 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.
2017-02-26 16:46:41 +01:00
..
template fix PHP warnings when reverse search was called without parameters 2016-11-17 22:55:05 +01:00
cmd.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
db.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
Geocode.php move interpolaton computation into indexing step 2017-02-26 16:46:41 +01:00
init-cmd.php fix array-related errors according to PSR2 coding style guide 2016-09-10 21:10:52 +02:00
init-website.php reduce maximum line length to 199 for all php files 2016-10-14 00:01:16 +02:00
init.php bracket spacing for if/else/for/foreach/while/switch according to PSR2 standard 2016-09-08 02:16:22 +01:00
lib.php reduce maximum line length to 199 for all php files 2016-10-14 00:01:16 +02:00
log.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
output.php Tiger: set osmtype=way and correct osm_id 2016-11-01 23:34:29 +01:00
ParameterParser.php add namespaces, method visibility according to PSR2 standard 2016-09-16 02:27:36 +02:00
PlaceLookup.php reduce maximum line length to 199 for all php files 2016-10-14 00:01:16 +02:00
ReverseGeocode.php move interpolaton computation into indexing step 2017-02-26 16:46:41 +01:00