[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-370-g3532baaf3

git at osgeo.org git at osgeo.org
Sat Dec 3 16:44:32 PST 2022


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  3532baaf3be6b5317d4dd1ad6ae49ccd5ed5226b (commit)
      from  aa9f11aef90a3835e6628a6fb13ad39fbd0ec502 (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 3532baaf3be6b5317d4dd1ad6ae49ccd5ed5226b
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Dec 3 19:44:27 2022 -0500

    Miss another spot of list in last commit

diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 2569e928d..36785c87c 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -6846,15 +6846,15 @@ WHERE rid = 2;
 
                 <para>New pixel values are computed using one of the following resampling algorithms:</para>
 
-                <list type="bullet">
-                    <item>NearestNeighbor (english or american spelling)</item>
-                    <item>Bilinear</item>
-                    <item>Cubic</item>
-                    <item>CubicSpline</item>
-                    <item>Lanczos</item>
-                    <item>Max</item>
-                    <item>Min</item>
-                </list>
+                <para><itemizedlist mark='bullet'>
+                    <listitem><para>NearestNeighbor (english or american spelling)</para></listitem>
+                    <listitem><para>Bilinear</para></listitem>
+                    <listitem><para>Cubic</para></listitem>
+                    <listitem><para>CubicSpline</para></listitem>
+                    <listitem><para>Lanczos</para></listitem>
+                    <listitem><para>Max</para></listitem>
+                    <listitem><para>Min</para></listitem>
+                </itemizedlist></para>
 
                 <para>The default is NearestNeighbor which is the fastest but results in the worst interpolation.</para>
                 <para>

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

Summary of changes:
 doc/reference_raster.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list