From 81181cf78f074cbbc3c36a56442c407a139a7405 Mon Sep 17 00:00:00 2001 From: konggdev Date: Mon, 13 Apr 2026 02:34:45 +0200 Subject: [PATCH] Furhter increase contour generation step --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4f57219..2c4f25d 100755 --- a/build.sh +++ b/build.sh @@ -29,7 +29,7 @@ mkdir -p work wget -O "work/$POLY_FILE" "https://download.geofabrik.de/${REGION_ROOT}${REGION}.poly" rm -f data/contours.osm -pyhgtmap --polygon="work/$POLY_FILE" --step=40 --hgtdir=work/hgt --sources=view1,view3 --simplifyContoursEpsilon=0.001 -j16 --max-nodes-per-tile=0 --output-prefix data/contours +pyhgtmap --polygon="work/$POLY_FILE" --step=75 --hgtdir=work/hgt --sources=view1,view3 --simplifyContoursEpsilon=0.001 -j16 --max-nodes-per-tile=0 --output-prefix data/contours osmium export data/contours.osm -o data/contours.geojson --overwrite rm -f data/contours.osm