[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-369-gaa9f11aef
git at osgeo.org
git at osgeo.org
Sat Dec 3 16:13:22 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 aa9f11aef90a3835e6628a6fb13ad39fbd0ec502 (commit)
from f254687a31cdc62cc8572573b907281256155140 (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 aa9f11aef90a3835e6628a6fb13ad39fbd0ec502
Author: Regina Obe <lr at pcorp.us>
Date: Sat Dec 3 19:13:17 2022 -0500
listitem needs to have inner para
diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 05f32e0c0..2569e928d 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -6940,13 +6940,13 @@ 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>
<para><itemizedlist mark='bullet'>
- <listitem>NearestNeighbor (english or american spelling)</listitem>
- <listitem>Bilinear</listitem>
- <listitem>Cubic</listitem>
- <listitem>CubicSpline</listitem>
- <listitem>Lanczos</listitem>
- <listitem>Max</listitem>
- <listitem>Min</listitem>
+ <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>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_raster.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list