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