Skip to content

Commit

Permalink
Update main.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify authored Nov 19, 2024
1 parent 81983d1 commit 99e40e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,13 @@ echo "マージする .mbtiles ファイル: ${mbtiles_files[@]}"
merged_file="output.mbtiles"
tile-join -o "$merged_file" "${TILEJOIN_OPTS[@]}" "${mbtiles_files[@]}"

# # 処理が終わったら .ndgeojson と .mbtiles ファイルを削除
# find . -name "*.ndgeojson" -delete
# find . -name "*.mbtiles" ! -name "$merged_file" -delete
# 処理が終わったら .ndgeojson と .mbtiles ファイルを削除
find . -name "*.ndgeojson" -delete
find . -name "*.mbtiles" ! -name "$merged_file" -delete


# --------------------------------------------------
# 6. メニューを生成
# --------------------------------------------------

node ./bin/configToMenuYAML.js $json_file "app.yml"
node ./bin/configToMenuYAML.js $json_file "app.yml"

0 comments on commit 99e40e2

Please sign in to comment.