mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 21:34:06 +00:00
remove more traces of osmosis-init
This commit is contained in:
@@ -59,12 +59,6 @@ if ($aCMDResult['import-data'] || $aCMDResult['all']) {
|
|||||||
checkInFile($aCMDResult['osm-file']);
|
checkInFile($aCMDResult['osm-file']);
|
||||||
}
|
}
|
||||||
|
|
||||||
// osmosis init is no longer supported
|
|
||||||
if ($aCMDResult['osmosis-init']) {
|
|
||||||
$bDidSomething = true;
|
|
||||||
echo "Command 'osmosis-init' no longer available, please use utils/update.php --init-updates.\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
// ******************************************************
|
// ******************************************************
|
||||||
// instantiate Setup class
|
// instantiate Setup class
|
||||||
$oSetup = new SetupFunctions($aCMDResult);
|
$oSetup = new SetupFunctions($aCMDResult);
|
||||||
|
|||||||
Reference in New Issue
Block a user