[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-987-gf86792b86

git at osgeo.org git at osgeo.org
Tue Jun 20 01:03:28 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  f86792b860f07adf71cef551e227924e0938a305 (commit)
       via  1c2743b359791cbd9cb09c0c17da77774b144086 (commit)
      from  80945f8d23c4e21852105416b394e4f817ab0653 (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 f86792b860f07adf71cef551e227924e0938a305
Merge: 80945f8d2 1c2743b35
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jun 20 01:03:26 2023 -0700

    Merge pull request 'Fix typo in ST_SetM documentation' (!125) from tmuguet/postgis:master into master
    
    Reviewed-on: https://git.osgeo.org/gitea/postgis/postgis/pulls/125


commit 1c2743b359791cbd9cb09c0c17da77774b144086
Author: Thomas Muguet <thomas.muguet at oslandia.com>
Date:   Tue Jun 20 09:19:46 2023 +0200

    Fix typo

diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 64cfcb681..c0f3c2b55 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -5285,7 +5285,7 @@ FROM test_raster
         <refentry id="RT_ST_SetM">
             <refnamediv>
                 <refname>ST_SetM</refname>
-                <refpurpose>Returns a geometry with the same X/Y coordinates as the input geometry, and values from the raster copied into the Z dimension using the requested resample algorithm.</refpurpose>
+                <refpurpose>Returns a geometry with the same X/Y coordinates as the input geometry, and values from the raster copied into the M dimension using the requested resample algorithm.</refpurpose>
             </refnamediv>
 
             <refsynopsisdiv>
@@ -5303,7 +5303,7 @@ FROM test_raster
             <refsection>
                 <title>Description</title>
 
-                <para>Returns a geometry with the same X/Y coordinates as the input geometry, and values from the raster copied into the Z dimensions using the requested resample algorithm.</para>
+                <para>Returns a geometry with the same X/Y coordinates as the input geometry, and values from the raster copied into the M dimensions using the requested resample algorithm.</para>
                 <para>The <varname>resample</varname> parameter can be set to "nearest" to copy the values from the cell each vertex falls within, or "bilinear" to use <ulink url="https://en.wikipedia.org/wiki/Bilinear_interpolation">bilinear interpolation</ulink> to calculate a value that takes neighboring cells into account also.</para>
 
                 <para>Availability: 3.2.0</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