forked from organicmaps/organicmaps-tmp
Rename and refactor in generator
This commit is contained in:
parent
391811da0d
commit
18ed1291d2
1 changed files with 0 additions and 17 deletions
|
@ -99,23 +99,6 @@ int main(int argc, char ** argv)
|
|||
genInfo.m_tmpDir = tmpPath;
|
||||
}
|
||||
|
||||
genInfo.m_osmFileName = FLAGS_osm_file_name;
|
||||
|
||||
if (!FLAGS_node_storage.empty())
|
||||
genInfo.SetNodeStorageType(FLAGS_node_storage);
|
||||
if (!FLAGS_osm_file_type.empty())
|
||||
genInfo.SetOsmFileType(FLAGS_osm_file_type);
|
||||
|
||||
// Generating intermediate files
|
||||
if (FLAGS_preprocess)
|
||||
{
|
||||
LOG(LINFO, ("Generating intermediate data ...."));
|
||||
if (!GenerateIntermediateData(genInfo))
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
// load classificator only if necessary
|
||||
if (FLAGS_make_coasts || FLAGS_generate_features || FLAGS_generate_geometry ||
|
||||
FLAGS_generate_index || FLAGS_generate_search_index ||
|
||||
|
|
Loading…
Add table
Reference in a new issue