From 87c591f4f59a7434aa062c786754a439d3906cf4 Mon Sep 17 00:00:00 2001 From: Susheel Palakurthi Date: Thu, 2 May 2024 11:45:08 -0400 Subject: [PATCH] Update geospatial.md.txt reversed coordinate points for ST_Point --- 446/_sources/functions/geospatial.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/446/_sources/functions/geospatial.md.txt b/446/_sources/functions/geospatial.md.txt index 117a225ca..1ad25203e 100644 --- a/446/_sources/functions/geospatial.md.txt +++ b/446/_sources/functions/geospatial.md.txt @@ -86,7 +86,7 @@ Array elements must not be `NULL` or empty. The returned geometry may not be simple and may contain duplicate points if input array has duplicates. ::: -:::{function} ST_Point(lat: double, lon: double) -> Point +:::{function} ST_Point(lon: double, lat: double) -> Point Returns a geometry type point object with the given coordinate values. :::