Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Dec 2, 2023
1 parent 03ce9b1 commit cfc367c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions planetiler-custommap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit cfc367c

Please sign in to comment.