Explicitly specify osmconvert tempfiles location

This commit is contained in:
Victor Popov 2021-09-29 19:45:14 +03:00 committed by Alexey Zakharenkov
parent 4f8f7416f3
commit dd833f6639

View file

@ -171,7 +171,9 @@ if [ -n "${NEED_FILTER-}" ]; then
exit 6
fi
mkdir -p $TMPDIR/osmconvert_temp/
"$OSMCTOOLS"/osmconvert "$PLANET" \
-t=$TMPDIR/osmconvert_temp/temp \
${BBOX:+"-b=$BBOX"} ${POLY:+"-B=$POLY"} -o="$PLANET_METRO"
fi
fi