Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit c36e843

Browse files
committed
elevation
1 parent 2853048 commit c36e843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cut_tiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if [ "${INCLUDE_ELEVATION}" == "true" ]; then
138138
mkdir -p ${ELEVATION_DIR}
139139

140140
echo "[INFO] building elevation."
141-
valhalla_build_elevation -180 180 -90 90 ${ELEVATION_DIR} $(($(nproc)*2))
141+
valhalla_build_elevation -180 180 -90 90 ${ELEVATION_DIR} $(nproc)
142142
catch_exception
143143
else
144144
echo "[WARN] elevation directory ${ELEVATION_DIR} already exists, not (re)building elevation tiles!"

0 commit comments

Comments
 (0)