Skip to content

Commit

Permalink
Fix the planet bounding box
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Aug 14, 2023
1 parent 4dfafde commit f5ac390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-planet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo ""
rm -fr data tiles tiles.mbtiles

awk '{gsub("https://download.geofabrik.de/europe/switzerland-latest.osm.pbf", "https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf"); print}' config.js > tmpfile && mv tmpfile config.js
awk '{gsub("6.02260949059, 45.7769477403, 10.4427014502, 47.8308275417", "-180, -90, 180, 90"); print}' config.js > tmpfile && mv tmpfile config.js
awk '{gsub("6.02260949059, 45.7769477403, 10.4427014502, 47.8308275417", "-180, -85.0511, 180, 85.0511"); print}' config.js > tmpfile && mv tmpfile config.js

baremaps workflow execute --file workflow.js

Expand Down

0 comments on commit f5ac390

Please sign in to comment.