[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1188-g452b3a1e1

git at osgeo.org git at osgeo.org
Sun Jul 9 09:31:59 PDT 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  452b3a1e1d3bf55e6dcef03abe7ec70d96245ab2 (commit)
      from  c80e97e59a3f92ef4044f0427bc263e59059ca05 (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 452b3a1e1d3bf55e6dcef03abe7ec70d96245ab2
Author: Sandro Santilli <strk at kbt.io>
Date:   Sun Jul 9 18:31:02 2023 +0200

    Use lineannotation for comments inside screen tags
    
    References #5439

diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 792754bab..76964b050 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -2985,7 +2985,7 @@ SELECT ST_VoronoiLines(
             'MULTIPOINT (50 30, 60 30, 100 100,10 150, 110 120)'::geometry,
             30) AS geom;
 </programlisting>
-<screen> -- ST_AsText output
+<screen><lineannotation>ST_AsText output</lineannotation>
 MULTILINESTRING((135.555555555556 270,36.8181818181818 92.2727272727273),(36.8181818181818 92.2727272727273,-110 43.3333333333333),(230 -45.7142857142858,36.8181818181818 92.2727272727273))
 </screen>
 
@@ -3072,7 +3072,7 @@ SELECT ST_VoronoiPolygons(
                 'MULTIPOINT (50 30, 60 30, 100 100,10 150, 110 120)'::geometry
             ) AS geom;
 </programlisting>
-<screen> -- ST_AsText output
+<screen><lineannotation>ST_AsText output</lineannotation>
 GEOMETRYCOLLECTION(POLYGON((-110 43.3333333333333,-110 270,100.5 270,59.3478260869565 132.826086956522,36.8181818181818 92.2727272727273,-110 43.3333333333333)),
 POLYGON((55 -90,-110 -90,-110 43.3333333333333,36.8181818181818 92.2727272727273,55 79.2857142857143,55 -90)),
 POLYGON((230 47.5,230 -20.7142857142857,55 79.2857142857143,36.8181818181818 92.2727272727273,59.3478260869565 132.826086956522,230 47.5)),POLYGON((230 -20.7142857142857,230 -90,55 -90,55 79.2857142857143,230 -20.7142857142857)),
@@ -3092,7 +3092,7 @@ SELECT ST_VoronoiPolygons(
             'MULTIPOINT (50 30, 60 30, 100 100,10 150, 110 120)'::geometry,
             30) AS geom;
 </programlisting>
-<screen> -- ST_AsText output
+<screen><lineannotation>ST_AsText output</lineannotation>
 GEOMETRYCOLLECTION(POLYGON((-110 43.3333333333333,-110 270,100.5 270,59.3478260869565 132.826086956522,36.8181818181818 92.2727272727273,-110 43.3333333333333)),
 POLYGON((230 47.5,230 -45.7142857142858,36.8181818181818 92.2727272727273,59.3478260869565 132.826086956522,230 47.5)),POLYGON((230 -45.7142857142858,230 -90,-110 -90,-110 43.3333333333333,36.8181818181818 92.2727272727273,230 -45.7142857142858)),
 POLYGON((100.5 270,230 270,230 47.5,59.3478260869565 132.826086956522,100.5 270)))

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list