Explicitly specify osmconvert tempfiles location
This commit is contained in:
parent
4f8f7416f3
commit
dd833f6639
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue