Skip to content

Commit

Permalink
Update resources/function_help/json/straight_distance_2d
Browse files Browse the repository at this point in the history
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
  • Loading branch information
2 people authored and nyalldawson committed Aug 23, 2021
1 parent d55b97a commit 7cdad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/straight_distance_2d
Expand Up @@ -2,7 +2,7 @@
"name": "straight_distance_2d",
"type": "function",
"groups": ["GeometryGroup"],
"description": "Returns the straight distance of a geometry. The geometry must be a curve (circularstring, linestring).",
"description": "Returns the direct/euclidean distance between the first and last vertex of a geometry. The geometry must be a curve (circularstring, linestring).",
"arguments": [
{"arg":"geometry", "description": "The geometry."}
],
Expand Down

0 comments on commit 7cdad5b

Please sign in to comment.