forked from organicmaps/organicmaps
Add world generation command files for Windows.
This commit is contained in:
parent
439467e67f
commit
84487559ff
4 changed files with 13 additions and 0 deletions
3
tools/win/gen_features_world.bat
Normal file
3
tools/win/gen_features_world.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
call set_vars.bat %1 %2
|
||||
|
||||
%UNZIP_TOOL% -dc %OSM_FILE% | %GENERATOR_TOOL% --generate_features=true --use_light_nodes=true --split_by_polygons=true --generate_world_scale=9 --merge_coastlines=true --intermediate_data_path=D:\Temp\ --bucketing_level=0
|
3
tools/win/gen_geometry_world.bat
Normal file
3
tools/win/gen_geometry_world.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
call set_vars.bat %1 %2
|
||||
|
||||
%GENERATOR_TOOL% --generate_geometry=true --output=World --bucketing_level=0
|
3
tools/win/gen_index_world.bat
Normal file
3
tools/win/gen_index_world.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
call set_vars.bat %1 %2
|
||||
|
||||
%GENERATOR_TOOL% --generate_index=true --intermediate_data_path=D:\Temp\ --output=World --bucketing_level=0
|
4
tools/win/gen_world.bat
Normal file
4
tools/win/gen_world.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
call process_xml.bat %1 %2
|
||||
call gen_features_world.bat %1 %2
|
||||
call gen_geometry_world.bat %1 %2
|
||||
call gen_index_world.bat %1 %2
|
Loading…
Add table
Reference in a new issue