mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
work
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
DATE=$(date +"%Y%m%d_%H%M%S")
|
||||
TILE_GEN_BIN=/data/ofm/tile_gen/bin
|
||||
|
||||
DATE=$(date +"%Y%m%d_%H%M%S")
|
||||
RUN_FOLDER="/data/ofm/tile_gen/runs/planet/${DATE}_pt"
|
||||
|
||||
|
||||
mkdir -p "$RUN_FOLDER"
|
||||
cd "$RUN_FOLDER" || exit
|
||||
|
||||
@@ -24,3 +26,5 @@ java -Xmx30g \
|
||||
--force \
|
||||
> "planetiler_out.log" 2> "planetiler_err.log"
|
||||
|
||||
rm -r data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user