From dd833f6639c9a76d14cf6fe676393100ca985f36 Mon Sep 17 00:00:00 2001 From: Victor Popov Date: Wed, 29 Sep 2021 19:45:14 +0300 Subject: [PATCH] Explicitly specify osmconvert tempfiles location --- scripts/process_subways.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/process_subways.sh b/scripts/process_subways.sh index 4780678..7d8010b 100755 --- a/scripts/process_subways.sh +++ b/scripts/process_subways.sh @@ -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