[SCM] PostGIS branch master updated. 3.4.0rc1-1097-g5b955d5aa

git at osgeo.org git at osgeo.org
Tue Apr 23 07:34:39 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, master has been updated
       via  5b955d5aa62c2419d822cb6653a6e384c94bb773 (commit)
       via  3fac3d1a9a34b3a209864900cfd73b2b95e73a52 (commit)
       via  83b1da60ea8bc74bb94a08f5f9080aea10564a73 (commit)
      from  4ab5c0acc20e1361dbc562985b39c08cc9bdd908 (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 5b955d5aa62c2419d822cb6653a6e384c94bb773
Merge: 3fac3d1a9 83b1da60e
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 23 07:34:33 2024 -0700

    Merge branch 'josteinl-fix/doc_st_transformpipline'


commit 3fac3d1a9a34b3a209864900cfd73b2b95e73a52
Author: Jostein Leira <9363084+josteinl at users.noreply.github.com>
Date:   Tue Apr 23 12:25:06 2024 +0200

    Fix syntax error in ST_TransformPipeline example

diff --git a/doc/reference_srs.xml b/doc/reference_srs.xml
index 27fbaae05..ac71c7061 100644
--- a/doc/reference_srs.xml
+++ b/doc/reference_srs.xml
@@ -7,7 +7,7 @@
    </abstract>
     </info>
 
-    
+
 
   <refentry xml:id="ST_InverseTransformPipeline">
     <refnamediv>
@@ -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
 --------------------------------------------
@@ -728,4 +728,4 @@ LIMIT 3;</programlisting>
 
 
 
-  </section>
\ No newline at end of file
+  </section>

commit 83b1da60ea8bc74bb94a08f5f9080aea10564a73
Author: Jostein Leira <9363084+josteinl at users.noreply.github.com>
Date:   Tue Apr 23 12:25:06 2024 +0200

    Fix syntax error in ST_TransformPipeline example

diff --git a/doc/reference_srs.xml b/doc/reference_srs.xml
index 27fbaae05..ac71c7061 100644
--- a/doc/reference_srs.xml
+++ b/doc/reference_srs.xml
@@ -7,7 +7,7 @@
    </abstract>
     </info>
 
-    
+
 
   <refentry xml:id="ST_InverseTransformPipeline">
     <refnamediv>
@@ -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
 --------------------------------------------
@@ -728,4 +728,4 @@ LIMIT 3;</programlisting>
 
 
 
-  </section>
\ No newline at end of file
+  </section>

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

Summary of changes:
 doc/reference_srs.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list