]> git.openstreetmap.org Git - nominatim.git/commit
remove support for AUX housenumber tables
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Apr 2021 08:08:29 +0000 (10:08 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Apr 2021 08:08:29 +0000 (10:08 +0200)
commit185d369404bbb6ebffbd4bd24100797a407ed8ac
tree71699dfab9d6676f605c32fdd0e25d815c815c87
parent51d20b19b6c8e414375745a422d781913df57c71
remove support for AUX housenumber tables

These tables have never been actively maintained and the code is
completely untested. With the upcomming changes, it is unlikely
that the code remains usable.

This removes the aux tables and all code that references them.
14 files changed:
lib-php/Geocode.php
lib-php/PlaceLookup.php
lib-php/Result.php
lib-php/SearchDescription.php
lib-php/admin/query.php
lib-php/admin/warm.php
lib-php/website/details.php
lib-sql/aux_tables.sql [deleted file]
lib-sql/functions/address_lookup.sql
lib-sql/functions/aux_property.sql [deleted file]
lib-sql/tables.sql
nominatim/tools/database_import.py
nominatim/tools/refresh.py
test/python/test_tools_database_import.py