[SCM] PostGIS branch stable-3.4 updated. 3.4.2-34-g399a9ead7

git at osgeo.org git at osgeo.org
Wed Apr 24 21:24:24 PDT 2024


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, stable-3.4 has been updated
       via  399a9ead7f2baf12717c5bcb4561409073284308 (commit)
      from  baf33190408969656a9abc5d07913ff1db191e4e (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 399a9ead7f2baf12717c5bcb4561409073284308
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Apr 25 00:22:45 2024 -0400

    Fix type in ST_TransformPipeline example
    Per Jostein Leira
    Closes #5719 for PostGIS 3.4.3
    Closes https://github.com/postgis/postgis/pull/770 for PostGIS 3.4.3

diff --git a/doc/reference_srs.xml b/doc/reference_srs.xml
index 9d5ed411e..bf4ddc45d 100644
--- a/doc/reference_srs.xml
+++ b/doc/reference_srs.xml
@@ -429,7 +429,7 @@ CREATE INDEX idx_geom_26986_parcels
     <programlisting>
 -- Forward direction
 SELECT ST_AsText(ST_TransformPipeline('SRID=4326;POINT(2 49)'::geometry,
-  'urn:ogc:def:coordinateOperation:EPSG::16031') AS utm_geom);
+  'urn:ogc:def:coordinateOperation:EPSG::16031')) AS utm_geom;
 
                   utm_geom
 --------------------------------------------

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list