Extrude function input geometry is of line type

not polygon
This commit is contained in:
Harrissou Sant-anna 2021-08-20 11:11:52 +02:00 committed by Nyall Dawson
parent 45c5a91d5f
commit 3bc3a116c4

View File

@ -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"}
],