]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/setup/SetupClass.php
remove Natural Earth dataset
[nominatim.git] / lib / setup / SetupClass.php
index 5c6d69e43bcf52160b943008b05c7a506a27d642..7dca5548854f81ba1866ba7812be04bf166a4e69 100755 (executable)
@@ -150,7 +150,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');