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

Commit ec287ff

Browse files
committed
make bk of tiles dir.
1 parent ecbd4e2 commit ec287ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/cut_tiles.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ if [ -n "$S3_SEGMENT_PATH" ]; then
163163
#osmlr data
164164
get_latest_osmlr ${S3_SEGMENT_PATH}
165165

166+
mkdir -p ${TILES_DIR}/bk
167+
cp -r ${TILES_DIR} ${TILES_DIR}/bk
168+
166169
echo "[INFO] Associating segments... "
167170
valhalla_associate_segments \
168171
-t ${OSMLR_DIR} \

0 commit comments

Comments
 (0)