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/incubator-sedona.git
The following commit(s) were added to refs/heads/master by this push:
new f6b1c5e Fix the ST_GeomFromWKT doc
f6b1c5e is described below
commit f6b1c5e24bdb67d2c8d701a9b2af1fb5658fdc4d
Author: Jia Yu <[email protected]>
AuthorDate: Wed Apr 14 15:56:50 2021 -0700
Fix the ST_GeomFromWKT doc
---
docs/api/sql/GeoSparkSQL-Constructor.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/api/sql/GeoSparkSQL-Constructor.md
b/docs/api/sql/GeoSparkSQL-Constructor.md
index 27d2b84..d456d1f 100644
--- a/docs/api/sql/GeoSparkSQL-Constructor.md
+++ b/docs/api/sql/GeoSparkSQL-Constructor.md
@@ -14,7 +14,7 @@ FROM polygontable
```
```SQL
-SELECT ST_GeomFromWKT('POINT(40.7128,-74.0060)') AS geometry
+SELECT ST_GeomFromWKT('POINT(40.7128 -74.0060)') AS geometry
```
## ST_GeomFromWKB