From 3bc3a116c4ebedcd05d1421e4a6e1b4e8a87b50b Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Fri, 20 Aug 2021 11:11:52 +0200 Subject: [PATCH] Extrude function input geometry is of line type not polygon --- resources/function_help/json/extrude | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/function_help/json/extrude b/resources/function_help/json/extrude index fd7e7f2ed08..c3e5264539c 100644 --- a/resources/function_help/json/extrude +++ b/resources/function_help/json/extrude @@ -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"} ],