Skip to content

Commit

Permalink
Extrude function input geometry is of line type
Browse files Browse the repository at this point in the history
not polygon
  • Loading branch information
DelazJ authored and nyalldawson committed Aug 21, 2021
1 parent 45c5a91 commit 3bc3a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/extrude
Expand Up @@ -4,7 +4,7 @@
"groups": ["GeometryGroup"],
"description": "Returns an extruded version of the input (Multi-)Curve or (Multi-)Linestring geometry with an extension specified by x and y.",
"arguments": [
{"arg":"geometry","description":"a polygon geometry"},
{"arg":"geometry","description":"a curve or linestring geometry"},
{"arg":"x","description":"x extension, numeric value"},
{"arg":"y","description":"y extension, numeric value"}
],
Expand Down

0 comments on commit 3bc3a11

Please sign in to comment.