Compare commits

...
2 Commits
Author SHA1 Message Date
konggdandkonggd 24c5f76565 Update build.sh 2026-06-08 02:51:09 +02:00
konggdandkonggd 3d7601b963 Fix typos 2026-06-08 02:50:59 +02:00
2 changed files with 2 additions and 2 deletions
+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 \
+1 -1
View File
@@ -362,6 +362,6 @@ layers:
- source: osm - source: osm
geometry: line geometry: line
include_when: include_when:
attracion: [slide, water_slide, lazy_river] attraction: [slide, water_slide, lazy_river]
man_made: [pipeline] man_made: [pipeline]
leisure: [track] leisure: [track]