[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-618-g5d966de6f

git at osgeo.org git at osgeo.org
Wed Feb 15 14:41:47 PST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  5d966de6fda45c54a5acce4ecb39f996acd6ed7a (commit)
      from  d157731b4df9b339a7a07054c59206fa3b74a72d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5d966de6fda45c54a5acce4ecb39f996acd6ed7a
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Wed Feb 15 14:41:45 2023 -0800

    Fix doc typo in ST_Segmentize

diff --git a/doc/reference_editor.xml b/doc/reference_editor.xml
index 0d059bc33..6228a1df8 100644
--- a/doc/reference_editor.xml
+++ b/doc/reference_editor.xml
@@ -1724,7 +1724,7 @@ SELECT ST_AsText(
 POLYGON((0 0,0 8,7.5 6,15 4,22.5 2,30 0,20 0,10 0,0 0))
 </programlisting>
 
-            <para>Segmentizing a geographic line, using a maximum segment length of 3000 kilometers.
+            <para>Segmentizing a geographic line, using a maximum segment length of 2000 kilometers.
             Vertices are added along the great-circle arc connecting the endpoints.
             </para>
 <programlisting>

-----------------------------------------------------------------------

Summary of changes:
 doc/reference_editor.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list