Update build.sh

This commit is contained in:
2026-06-08 02:54:44 +02:00
committed by konggd
parent 57210ba0b2
commit bd950a1650
+1 -1
View File
@@ -141,7 +141,7 @@ single_planet() {
--max-nodes-per-tile=0 \ --max-nodes-per-tile=0 \
--output-prefix="./work/contours/$REG/con" --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 \ osmium export ./data/contours/osm/$REG.osm \
-o ./data/contours/geojson/$REG.geojson \ -o ./data/contours/geojson/$REG.geojson \