parent
a836f7405f
commit
8683d958b0
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ fi
|
|||
|
||||
# change to the project dir and build
|
||||
cd projects/$project
|
||||
time ( python3 ../../osm2city/build_tiles.py -f params.ini -b "$bounds" -p "$threads" -m 1 2>&1 ) 2> exec-time
|
||||
time ( python3 ../../osm2city/build_tiles.py -f params.ini -b "$bounds" -p "$threads" 2>&1 ) 2> exec-time
|
||||
ret=$?
|
||||
|
||||
if [ "$create_zip" == "1" ]; then
|
||||
|
|
Loading…
Reference in a new issue