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 23, 2024
1 parent 006957a commit 7aed48f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@ jobs:
input: ./chattanooga.xml
# Required, same to --output. Could be a directory or a .mbtiles files
output: ./chattanooga2.pmtiles
# Optional, same to --config
# If not being set, default to resources/config-openmaptiles.json
# config: /path/to/config
config: ./chattanooga-config.json
# Optional, same to --process
# If not being set, default to resources/process-openmaptiles.lua
# process: /path/to/lua
# Optional, other arguments
# If not being set, default to '--verbose'
# extra: --threads 0
extra: --bbox='-86.98844491281493,34.014883133571566,-82.9877549774713,36.99317452988294'
# extra: --bbox='-86.98844491281493,34.014883133571566,-82.9877549774713,36.99317452988294'

# - run: bash main.sh

Expand Down

0 comments on commit 7aed48f

Please sign in to comment.