ways and polygon tolerant splitting for region pbf files

This commit is contained in:
Lev Dragunov 2015-01-19 16:49:02 +03:00 committed by Alex Zolotarev
parent 77c71a610f
commit c5df356793

View file

@ -21,4 +21,4 @@ mkdir $OUT_DIR || true
$GENERATOR_TOOL -export_poly_path $POLY_FILES_PATH
ls $POLY_FILES_PATH | parallel -t -v "$OSMCONVERT_TOOL $PLANET_FILE --hash-memory=2000 -B=$POLY_FILES_PATH/{} --out-pbf -o=$OUT_DIR/{.}.pbf"
ls $POLY_FILES_PATH | parallel -t -v "$OSMCONVERT_TOOL $PLANET_FILE --hash-memory=2000 -B=$POLY_FILES_PATH/{} --complex-ways --out-pbf -o=$OUT_DIR/{.}.pbf"