From cfc367c5841f8d95ac8bfb347b35ba8deba5aa67 Mon Sep 17 00:00:00 2001 From: Mike Barry Date: Sat, 2 Dec 2023 15:11:33 -0500 Subject: [PATCH] format --- planetiler-custommap/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/planetiler-custommap/README.md b/planetiler-custommap/README.md index 9af3a6e3db..539140d8ba 100644 --- a/planetiler-custommap/README.md +++ b/planetiler-custommap/README.md @@ -144,7 +144,6 @@ to regenerate: cat planetiler-custommap/planetiler.schema.json | jq -r '.properties.args.properties | to_entries[] | "- `" + .key + "` - " + .value.description' | pbcopy --> - - `threads` - Default number of threads to use. - `write_threads` - Default number of threads to use when writing temp features - `process_threads` - Default number of threads to use when processing input features @@ -480,7 +479,7 @@ nested, so each child context can also access the variables from its parent. >> ##### process feature context >> >> Context available when processing an input feature, for example testing whether to include it from `include_when`. -> > Available variables: +>> Available variables: >> >> - `feature.tags` - map with key/value tags from the input feature >> - `feature.id` - numeric ID of the input feature @@ -502,7 +501,7 @@ nested, so each child context can also access the variables from its parent. >>>> ##### configure attribute context >>>> >>>> Context available after the value of an attribute has been computed, for example: set min zoom to render an -> > > > attribute. Adds variables: +>>>> attribute. Adds variables: >>>> >>>> - `value` the value that was computed for this key