Compare commits

...
2 Commits
Author SHA1 Message Date
konggd f2815c5918 Update build.sh 2026-06-03 08:15:43 +00:00
konggd 2c03393545 Update schema.yml 2026-06-03 07:53:36 +00: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]