forked from organicmaps/organicmaps
Reverted back build script for square tiles generation
This commit is contained in:
parent
3032c87796
commit
ebf907da4f
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ fi
|
|||
# 2nd pass - not paralleled
|
||||
$PV $OSM_BZ2 | bzip2 -d | $INDEXER_TOOL --intermediate_data_path=$TMPDIR \
|
||||
--use_light_nodes=$LIGHT_NODES --bucketing_level=$BUCKETING_LEVEL \
|
||||
--generate_features --split_by_polygons
|
||||
#--worldmap_max_zoom=5 --world_only=$WORLD_ONLY
|
||||
--generate_features --worldmap_max_zoom=5 --world_only=$WORLD_ONLY
|
||||
|
||||
# 3rd pass - do in parallel
|
||||
for file in $DATA_PATH/*.mwm; do
|
||||
|
|
Loading…
Add table
Reference in a new issue