]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/defaults.php
remove base country grid from repo
[nominatim.git] / settings / defaults.php
index 0b63a3bdce2332c0dc65f3a7c14ee5c8b67e9754..a35c3cc8d5036c26ee9d0dd43725de8abd051b96 100644 (file)
@@ -39,10 +39,11 @@ if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true);
 @define('CONST_HTTP_Proxy_Password', '');
 
 // Paths
 @define('CONST_HTTP_Proxy_Password', '');
 
 // Paths
+@define('CONST_ExtraDataPath', CONST_BasePath.'/data');
 @define('CONST_Osm2pgsql_Binary', CONST_InstallPath.'/osm2pgsql/osm2pgsql');
 @define('CONST_Osmosis_Binary', '@OSMOSIS_PATH@');
 @define('CONST_Osm2pgsql_Binary', CONST_InstallPath.'/osm2pgsql/osm2pgsql');
 @define('CONST_Osmosis_Binary', '@OSMOSIS_PATH@');
-@define('CONST_Tiger_Data_Path', CONST_BasePath.'/data/tiger');
-@define('CONST_Wikipedia_Data_Path', CONST_BasePath.'/data');
+@define('CONST_Tiger_Data_Path', CONST_ExtraDataPath.'/tiger');
+@define('CONST_Wikipedia_Data_Path', CONST_ExtraDataPath);
 
 // osm2pgsql settings
 @define('CONST_Osm2pgsql_Flatnode_File', null);
 
 // osm2pgsql settings
 @define('CONST_Osm2pgsql_Flatnode_File', null);