From 38d11cd0b02050af1503d9f661f66b306e11707e 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 \