X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0f2173f81b4121594c6f6497b34aafae92b04703..17475b99bbf94479e54c7b480031eb71536a1cec:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index e99b6173..694c8352 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -18,6 +18,7 @@ @define('CONST_Path_Postgresql_Postgis', CONST_Path_Postgresql_Contrib.'/postgis-'.CONST_Postgis_Version); @define('CONST_Osm2pgsql_Binary', CONST_BasePath.'/osm2pgsql/osm2pgsql'); @define('CONST_Osmosis_Binary', '/usr/bin/osmosis'); + @define('CONST_Tiger_Data_Path', CONST_BasePath.'/data/tiger'); // osm2pgsql settings @define('CONST_Osm2pgsql_Flatnode_File', null);