]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/setup/SetupClass.php
Merge pull request #1245 from lonvia/address-levels-from-json
[nominatim.git] / lib / setup / SetupClass.php
index 0f96bc8bdccba6d46ae10d2cffc49e73f92a33e4..013668fa5fd7a2b40190ec20b285588e7adab7cf 100755 (executable)
@@ -152,7 +152,6 @@ class SetupFunctions
             exit(1);
         }
         $this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_name.sql');
-        $this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_naturalearthdata.sql');
         $this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_osm_grid.sql.gz');
         $this->pgsqlRunScriptFile(CONST_BasePath.'/data/gb_postcode_table.sql');