From 3841588f6f0a4a226cac9330cec8511abe391ac1 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 18 Jun 2024 10:03:01 +1000 Subject: [PATCH] Include --skip-preview in openaddr-process-one example 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c02dd19a..f581a74f 100644 --- a/README.md +++ b/README.md @@ -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.