forked from organicmaps/organicmaps
Remove export_poly_path step from split_planet
This commit is contained in:
parent
de14dff9fd
commit
49f839f0b9
1 changed files with 2 additions and 7 deletions
|
@ -3,24 +3,19 @@
|
|||
set -e -u -x
|
||||
|
||||
if [[ `hostname` == "Scout" ]]; then
|
||||
POLY_FILES_PATH=~/toolchain/v2/data/poly
|
||||
POLY_FILES_PATH=~/toolchain/v2/data/borders
|
||||
PLANET_FILE=~/toolchain/v2/data/planet-latest.o5m
|
||||
OUT_DIR=~/toolchain/v2/data/planet-split
|
||||
GENERATOR_TOOL=/media/ssd/osm/omim-build-release/out/release/generator_tool
|
||||
OSMCONVERT_TOOL=~/toolchain/v2/git/osmctools/osmconvert
|
||||
else
|
||||
POLY_FILES_PATH=~/poly
|
||||
POLY_FILES_PATH=~/omim/data/borders
|
||||
PLANET_FILE=~/planet/planet-latest.o5m
|
||||
OUT_DIR=~/planet-split
|
||||
GENERATOR_TOOL=~/omim-build-release/out/release/generator_tool
|
||||
OSMCONVERT_TOOL=~/osmctools/osmconvert
|
||||
fi
|
||||
|
||||
mkdir $POLY_FILES_PATH || true
|
||||
mkdir $OUT_DIR || true
|
||||
|
||||
$GENERATOR_TOOL -export_poly_path $POLY_FILES_PATH
|
||||
|
||||
EXT=.poly
|
||||
NUM_INSTANCES=8
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue