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

Commit

Permalink
make bk of tiles dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknisely committed Sep 25, 2017
1 parent ecbd4e2 commit ec287ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/cut_tiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ if [ -n "$S3_SEGMENT_PATH" ]; then
#osmlr data
get_latest_osmlr ${S3_SEGMENT_PATH}

mkdir -p ${TILES_DIR}/bk
cp -r ${TILES_DIR} ${TILES_DIR}/bk

echo "[INFO] Associating segments... "
valhalla_associate_segments \
-t ${OSMLR_DIR} \
Expand Down

0 comments on commit ec287ff

Please sign in to comment.