Skip to content

Commit

Permalink
Include --skip-preview in openaddr-process-one example
Browse files Browse the repository at this point in the history
To reduce the number of steps needed by new contributors to test batch-machine, include --skip-preview in the sample script to avoid needing to setup a Mapbox Access Token.
  • Loading branch information
andrewharvey authored Jun 18, 2024
1 parent cd05117 commit 3841588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can create an output folder and then run the batch process on the desired la

```
mkdir my-output
openaddr-process-one --layer addresses --layersource state example.json my-output
openaddr-process-one --skip-preview --layer addresses --layersource state example.json my-output
```

Review https://github.com/openaddresses/openaddresses/blob/master/CONTRIBUTING.md for input json syntax.

0 comments on commit 3841588

Please sign in to comment.