[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-368-gf254687a3
git at osgeo.org
git at osgeo.org
Sat Dec 3 15:57:53 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 f254687a31cdc62cc8572573b907281256155140 (commit)
from f8cb99db94730a532bcd651bfde631b15c8e3ae1 (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 f254687a31cdc62cc8572573b907281256155140
Author: Regina Obe <lr at pcorp.us>
Date: Sat Dec 3 18:57:43 2022 -0500
Put listitem in a para. Not sure why woodie did not pick this up.
diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 0a0a9657d..05f32e0c0 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -6939,7 +6939,7 @@ FROM (
<para>Resample a raster by adjusting only its scale (or pixel size). New pixel values are computed using one of the following resampling algorithms:</para>
- <itemizedlist mark='bullet'>
+ <para><itemizedlist mark='bullet'>
<listitem>NearestNeighbor (english or american spelling)</listitem>
<listitem>Bilinear</listitem>
<listitem>Cubic</listitem>
@@ -6947,7 +6947,7 @@ FROM (
<listitem>Lanczos</listitem>
<listitem>Max</listitem>
<listitem>Min</listitem>
- </itemizedlist>
+ </itemizedlist></para>
<para>The default is NearestNeighbor which is the fastest but results in the worst interpolation.</para>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_raster.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list