From 8417df028b0fe1dfa60afe6bdee39440057dc105 Mon Sep 17 00:00:00 2001 From: Richard Tia Date: Thu, 17 Aug 2023 09:37:52 -0700 Subject: [PATCH] docs: update description for makeline function --- extensions/functions_geometry.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/functions_geometry.yaml b/extensions/functions_geometry.yaml index 256b8280c..44fe8c0d4 100644 --- a/extensions/functions_geometry.yaml +++ b/extensions/functions_geometry.yaml @@ -18,6 +18,9 @@ scalar_functions: Return a linestring containing the points of point, multipoint, or linestring geometries. Repeated points at the beginning of input linestring are collapsed to a single point. Repeated points in point and multipoint inputs are not collapsed. + + A linestring can be closed or simple. A closed linestring starts and ends on the same + point. A simple linestring does not cross or touch itself. impls: - args: - name: x