Skip to content

Commit

Permalink
Fix function examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jun 28, 2021
1 parent cf0d673 commit a87b2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/function_help/json/single_sided_buffer
Expand Up @@ -10,7 +10,7 @@
{"arg":"miter_limit","optional":true,"default":"2.0","description":"limit on the miter ratio used for very sharp corners (when using miter joins only)"}],
"examples": [ { "expression":"single_sided_buffer($geometry, 10.5)", "returns":"line buffered to the left by 10.5 units"},
{ "expression":"single_sided_buffer($geometry, -10.5)", "returns":"line buffered to the right by 10.5 units"},
{ "expression":"single_sided_buffer($geometry, 10.5, segments=16, join=1)", "returns":"line buffered to the left by 10.5 units, using more segments to result in a smoother buffer"},
{ "expression":"single_sided_buffer($geometry, 10.5, join=3)", "returns":"line buffered to the left by 10.5 units, using a beveled join"}]
{ "expression":"single_sided_buffer($geometry, 10.5, segments:=16, join:=1)", "returns":"line buffered to the left by 10.5 units, using more segments to result in a smoother buffer"},
{ "expression":"single_sided_buffer($geometry, 10.5, join:=3)", "returns":"line buffered to the left by 10.5 units, using a beveled join"}]
}

0 comments on commit a87b2ec

Please sign in to comment.