mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 21:34:06 +00:00
Merge pull request #1532 from eyusupov/use-extradir
Use ExtraDataPath for country grid
This commit is contained in:
@@ -137,7 +137,7 @@ class SetupFunctions
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_name.sql');
|
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_name.sql');
|
||||||
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_osm_grid.sql.gz');
|
$this->pgsqlRunScriptFile(CONST_ExtraDataPath.'/country_osm_grid.sql.gz');
|
||||||
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/gb_postcode_table.sql');
|
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/gb_postcode_table.sql');
|
||||||
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/us_postcode_table.sql');
|
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/us_postcode_table.sql');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user