Nominatim/tests/features
Sarah Hoffmann 2d6f00945a rewrite address interpolation so that planet_osm_node is not needed
This allows address interpolations to work correctly when flatnode storage
is used for node coordinates.

To fix interpolations in an existing database, follow these steps:

  * invalidate all interpolations (in psql):
    `UPDATE placex SET indexed_status=2 WHERE rank_search = 28`
  * disable updates:
    ./utils/setup.php --create-functions --create-partition-functions
  * reindex the whole lot:
    ./utils/update.php --index --index-instances <number of your cpus>
  * enable updates again:
    ./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions
2014-10-05 22:16:02 +02:00
..
api add functional tests 2014-09-07 17:02:10 +02:00
db rewrite address interpolation so that planet_osm_node is not needed 2014-10-05 22:16:02 +02:00
osm2pgsql update osm2pgsql (nameless landuses) and add tests for it 2014-09-10 20:55:17 +02:00