You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2021/03/13 21:53:43 UTC

[incubator-sedona] branch master updated: Update ST_Transform docs

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 be30079  Update ST_Transform docs
be30079 is described below

commit be30079150c59aefa18ba12a603ac5e51a1f6b4a
Author: Jia Yu <ji...@apache.org>
AuthorDate: Sat Mar 13 13:53:31 2021 -0800

    Update ST_Transform docs
---
 docs/api/sql/GeoSparkSQL-Function.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/api/sql/GeoSparkSQL-Function.md b/docs/api/sql/GeoSparkSQL-Function.md
index b33d32a..da30dc2 100644
--- a/docs/api/sql/GeoSparkSQL-Function.md
+++ b/docs/api/sql/GeoSparkSQL-Function.md
@@ -92,7 +92,7 @@ Introduction:
 Transform the Spatial Reference System / Coordinate Reference System of A, from SourceCRS to TargetCRS
 
 !!!note
-	By default, ==ST_Transform== assumes Longitude/Latitude is your coordinate X/Y. If this is not the case, set ==ST_FlipCoordinates== to swap X and Y.
+	You can use ==ST_FlipCoordinates== to swap X and Y.
 
 !!!note
 	If ==ST_Transform== throws an Exception called "Bursa wolf parameters required", you need to disable the error notification in ST_Transform. You can append a boolean value at the end.