mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
Extrude function input geometry is of line type
not polygon
This commit is contained in:
parent
45c5a91d5f
commit
3bc3a116c4
@ -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"}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user