Skip to content

Commit

Permalink
Fix command for tile generation (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Aug 1, 2024
1 parent b4eba68 commit aba3cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ docker compose run --build import import
Build the tiles:
```shell
export BBOX='-11.3818,35.8891,25.0488,70.0'
for tile in low-med standard speed signals electrification gauge do
env "TILES=$tiles" docker compose up martin-cp
for tile in low-med standard speed signals electrification gauge; do
env "TILES=$tile" docker compose up martin-cp
done
```

Expand Down

0 comments on commit aba3cd0

Please sign in to comment.