forked from organicmaps/organicmaps
Loading classificator before altitude generation.
This commit is contained in:
parent
c9523276b5
commit
82bba89b3a
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ int main(int argc, char ** argv)
|
|||
if (FLAGS_make_coasts || FLAGS_generate_features || FLAGS_generate_geometry ||
|
||||
FLAGS_generate_index || FLAGS_generate_search_index || FLAGS_calc_statistics ||
|
||||
FLAGS_type_statistics || FLAGS_dump_types || FLAGS_dump_prefixes ||
|
||||
FLAGS_dump_feature_names != "" || FLAGS_check_mwm)
|
||||
FLAGS_dump_feature_names != "" || FLAGS_check_mwm || FLAGS_srtm_path != "")
|
||||
{
|
||||
classificator::Load();
|
||||
classif().SortClassificator();
|
||||
|
|
Loading…
Add table
Reference in a new issue