File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ download_dump_file() {
48
48
# Upload planet + state
49
49
# ===============================
50
50
upload_planet_file () {
51
- echo " Uploading planet file and updating state.txt..."
51
+ echo " Uploading history planet file and updating state.txt..."
52
52
53
53
if [ " $CLOUDPROVIDER " == " aws" ]; then
54
54
AWS_URL=${AWS_S3_BUCKET/ s3: \/\/ / http: \/\/ }
@@ -69,11 +69,11 @@ upload_planet_file() {
69
69
70
70
if [ " $PLANET_EXPORT_METHOD " == " planet-dump-ng" ]; then
71
71
download_dump_file
72
- echo " Generating planet file with planet-dump-ng..."
72
+ echo " Generating history planet file with planet-dump-ng..."
73
73
export PLANET_EPOCH_DATE=" $PLANET_EPOCH_DATE "
74
74
planet-dump-ng \
75
75
--dump-file " $dumpFile " \
76
- --pbf " $local_planetPBFFile "
76
+ --history- pbf " $local_planetPBFFile "
77
77
78
78
elif [ " $PLANET_EXPORT_METHOD " == " osmosis" ]; then
79
79
echo " Generating history planet file with osmosis..."
You can’t perform that action at this time.
0 commit comments