Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove quoting side-bars from planetiler-custommap/README.md #844

Merged
merged 4 commits into from
Mar 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix internal hyperlinks
Such as `#1-root-context`
  • Loading branch information
zstadler authored Mar 19, 2024
commit 0545dfb4f8e5d96588e6929b4766d2aa5a3778ef
4 changes: 2 additions & 2 deletions planetiler-custommap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ to `france.osm.pbf`. Planetiler searches for argument values in this order:
3. Environmental variables with "PLANETILER_" prefix: `PLANETILER_AREA=france java ...`
4. Default value from the config

Argument values are available from the [`args` variable](#root-context) in
Argument values are available from the [`args` variable](#1-root-context) in
an [inline script expression](#inline-script-expression) or the [`arg_value` expression](#argument-value-expression).

### Built-in arguments
Expand Down Expand Up @@ -601,7 +601,7 @@ include_when:

When a feature matches a boolean expression in the `include_when` field, the first key that triggered the match is
available to other expressions as `match_key` and its value is available as `match_value`
(See [Post-Match Context](#post-match-context)):
(See [Post-Match Context](#3-post-match-context)):

```yaml
include_when:
Expand Down
Loading