]> git.openstreetmap.org Git - nominatim.git/commit
make tables for external data (Tiger and aux) configurable
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Apr 2016 19:47:51 +0000 (21:47 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Apr 2016 19:47:51 +0000 (21:47 +0200)
commita86563cfb1843cd186184dec4028b8d442925323
tree4242baac2b673508fd0dd3c23e3c613bba90cef2
parent1da4fed9b5609d98bfe3957454165446fabdb6ad
make tables for external data (Tiger and aux) configurable

Introduces two new settings CONST_Use_US_Tiger_Data and
CONST_Use_Aux_Location_data, which are disabled by default.
When false the corresponding tables are ignored in queries
and updates.

Aux and tiger tables are no longer created by default. This
has to be done by the corresponding import scripts. The former
aux table creation can be found in sql/aux_tables.sql for
reference.
lib/Geocode.php
lib/PlaceLookup.php
lib/ReverseGeocode.php
settings/settings.php
sql/aux_tables.sql [new file with mode: 0644]
sql/functions.sql
sql/tables.sql
utils/setup.php
website/details.php
website/hierarchy.php