]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/settings.php
make Tiger data path configurable
[nominatim.git] / settings / settings.php
index 75b9ac237ea9ee8a3eed4f2a468d8e72e81c3909..1d91b61c1907ca56f1e47af3c47f42e0755a1fa6 100644 (file)
@@ -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);