Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored Sep 24, 2024
1 parent b2b0498 commit c9dd546
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:

# - run: ./osmconvert chattanooga.xml -o=chattanooga.pbf

- run: curl --output us-south-latest.osm.pbf https://download.geofabrik.de/north-america/us-south-latest.osm.pbf
# - run: curl --output us-south-latest.osm.pbf https://download.geofabrik.de/north-america/us-south-latest.osm.pbf

- run: curl --output tennessee-latest.osm.pbf https://download.geofabrik.de/north-america/us/tennessee-latest.osm.pbf

- uses: systemed/[email protected]
with:
input: ./us-south-latest.osm.pbf
output: ./us-south-latest.pmtiles
input: ./tennessee-latest.osm.pbf
output: ./tennessee-latest.pmtiles
# config: ./chattanooga-config.json
# Optional, same to --process
# If not being set, default to resources/process-openmaptiles.lua
Expand Down

0 comments on commit c9dd546

Please sign in to comment.