This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new e8b4bf7b9 [DOCS] State that ST_GeomFromGML only supports GML 1 and GML 
2. (#1538)
e8b4bf7b9 is described below

commit e8b4bf7b9b3cb0af185beb5d1dce25d503e748fb
Author: Kristin Cowalcijk <[email protected]>
AuthorDate: Tue Aug 6 00:27:47 2024 +0800

    [DOCS] State that ST_GeomFromGML only supports GML 1 and GML 2. (#1538)
    
    * State that ST_GeomFromGML only supports GML 1 and GML 2.
    
    * Document the snowflake function
---
 docs/api/flink/Constructor.md                 | 3 +++
 docs/api/snowflake/vector-data/Constructor.md | 3 +++
 docs/api/sql/Constructor.md                   | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/docs/api/flink/Constructor.md b/docs/api/flink/Constructor.md
index fdeaa6ba2..0fa69ce8a 100644
--- a/docs/api/flink/Constructor.md
+++ b/docs/api/flink/Constructor.md
@@ -83,6 +83,9 @@ POINT(40.7128 -74.006)
 
 Introduction: Construct a Geometry from GML.
 
+!!!note
+    This function only supports GML1 and GML2. GML3 is not supported.
+
 Format:
 `ST_GeomFromGML (gml: String)`
 
diff --git a/docs/api/snowflake/vector-data/Constructor.md 
b/docs/api/snowflake/vector-data/Constructor.md
index 63b472a18..1ed639883 100644
--- a/docs/api/snowflake/vector-data/Constructor.md
+++ b/docs/api/snowflake/vector-data/Constructor.md
@@ -80,6 +80,9 @@ POINT(40.7128 -74.006)
 
 Introduction: Construct a Geometry from GML.
 
+!!!note
+    This function only supports GML1 and GML2. GML3 is not supported.
+
 Format:
 `ST_GeomFromGML (gml:string)`
 
diff --git a/docs/api/sql/Constructor.md b/docs/api/sql/Constructor.md
index c69f15d19..d84f2c8b8 100644
--- a/docs/api/sql/Constructor.md
+++ b/docs/api/sql/Constructor.md
@@ -129,6 +129,9 @@ POINT(40.7128 -74.006)
 
 Introduction: Construct a Geometry from GML.
 
+!!!note
+    This function only supports GML 1 and GML 2. GML 3 is not supported.
+
 Format:
 `ST_GeomFromGML (gml: String)`
 

Reply via email to