From: Eldar Yusupov Date: Wed, 23 Oct 2019 02:34:47 +0000 (+0300) Subject: Use ExtraDataPath for country grid X-Git-Tag: v3.5.0~143^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/96c1a0a101164834a79333d4f30067d87c4068d9?ds=inline;hp=-c Use ExtraDataPath for country grid --- 96c1a0a101164834a79333d4f30067d87c4068d9 diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index 48955248..fd6805fb 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -137,7 +137,7 @@ class SetupFunctions exit(1); } $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/us_postcode_table.sql');