From 24c5f76565f3af004b0511c4bcef8b540ca7553b Mon Sep 17 00:00:00 2001 From: konggdev Date: Wed, 3 Jun 2026 08:15:43 +0000 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 542a99e..b3365cb 100755 --- a/build.sh +++ b/build.sh @@ -141,7 +141,7 @@ single_planet() { --max-nodes-per-tile=0 \ --output-prefix="./work/contours/$REG/con" - mv "./work/contours/$REG"/con* "./data/countours/osm/$REG.osm" + mv "./work/contours/$REG"/con* "./data/contours/osm/$REG.osm" osmium export ./data/contours/osm/$REG.osm \ -o ./data/contours/geojson/$REG.geojson \