mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
rename
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
DATE=$(date +"%Y%m%d_%H%M%S")
|
||||
|
||||
RUN_FOLDER="/data/tile_creator/runs/monaco_$DATE"
|
||||
RUN_FOLDER="/data/ofm/runs/monaco_$DATE"
|
||||
|
||||
mkdir -p "$RUN_FOLDER"
|
||||
cd "$RUN_FOLDER" || exit
|
||||
|
||||
bash /data/tile_creator/bin/run_monaco.sh "$DATE"
|
||||
bash /data/tile_gen/run_monaco.sh "$DATE"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# setting it to too much means there is too much memory used
|
||||
|
||||
java -Xmx1g \
|
||||
-jar /data/ofm/tile_creator/bin/planetiler.jar \
|
||||
-jar /data/ofm/tile_gen/planetiler.jar \
|
||||
`# Download the latest planet.osm.pbf from s3://osm-pds bucket` \
|
||||
--area=monaco --download \
|
||||
`# Accelerate the download by fetching the 10 1GB chunks at a time in parallel` \
|
||||
@@ -5,7 +5,7 @@
|
||||
# setting it to too much means there is too much memory used
|
||||
|
||||
java -Xmx30g \
|
||||
-jar /data/ofm/tile_creator/bin/planetiler.jar \
|
||||
-jar /data/ofm/tile_gen/planetiler.jar \
|
||||
`# Download the latest planet.osm.pbf from s3://osm-pds bucket` \
|
||||
--area=planet --bounds=planet --download \
|
||||
`# Accelerate the download by fetching the 10 1GB chunks at a time in parallel` \
|
||||
Reference in New Issue
Block a user