This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-1.7.0 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 8ae5be732bdaa116a4bc9ce015eb63bf7e80b5d0 Author: ruanqizhen <[email protected]> AuthorDate: Thu Feb 20 15:20:31 2025 -0500 [DOCS] Correct the document for ST_MakeValid (#1822) --- docs/api/sql/Function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md index 52e2ec3c1e..44008f0217 100644 --- a/docs/api/sql/Function.md +++ b/docs/api/sql/Function.md @@ -2744,7 +2744,7 @@ POLYGON ((7 -1, 7 6, 9 6, 9 1, 7 -1), (6 2, 8 2, 8 1, 6 1, 6 2)) Introduction: Given an invalid geometry, create a valid representation of the geometry. -Collapsed geometries are either converted to empty (keepCollapsed=true) or a valid geometry of lower dimension (keepCollapsed=false). +Collapsed geometries are either converted to empty (keepCollapsed=false) or a valid geometry of lower dimension (keepCollapsed=true). Default is keepCollapsed=false. Format:
