[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-124-gc145c3e

git at osgeo.org git at osgeo.org
Sat May 30 11:17:22 PDT 2020


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  c145c3e8c8ba34f1eb15af7b40524c8caa078f64 (commit)
      from  7feaa9d82c37efb5d5454e0ac144878062487bde (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 c145c3e8c8ba34f1eb15af7b40524c8caa078f64
Author: Regina Obe <lr at pcorp.us>
Date:   Sat May 30 14:17:14 2020 -0400

    Specify default values for raster ST_Intersection

diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 6ecf12d..c1a6003 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -9818,8 +9818,8 @@ FROM apple;
 							<funcdef>raster <function>ST_Intersection</function></funcdef>
 							<paramdef><type>raster </type> <parameter>rast1</parameter></paramdef>
 							<paramdef><type>raster </type> <parameter>rast2</parameter></paramdef>
-							<paramdef choice="opt"><type>text </type> <parameter>returnband</parameter></paramdef>
-							<paramdef choice="opt"><type>double precision[] </type> <parameter>nodataval</parameter></paramdef>
+							<paramdef choice="opt"><type>text </type> <parameter>returnband='BOTH'</parameter></paramdef>
+							<paramdef choice="opt"><type>double precision[] </type> <parameter>nodataval=NULL</parameter></paramdef>
 					  </funcprototype>
 
 					  <funcprototype>
@@ -9837,8 +9837,8 @@ FROM apple;
 							<paramdef><type>integer </type> <parameter>band1</parameter></paramdef>
 							<paramdef><type>raster </type> <parameter>rast2</parameter></paramdef>
 							<paramdef><type>integer </type> <parameter>band2</parameter></paramdef>
-							<paramdef choice="opt"><type>text </type> <parameter>returnband</parameter></paramdef>
-							<paramdef choice="opt"><type>double precision[] </type> <parameter>nodataval</parameter></paramdef>
+							<paramdef choice="opt"><type>text </type> <parameter>returnband='BOTH'</parameter></paramdef>
+							<paramdef choice="opt"><type>double precision[] </type> <parameter>nodataval=NULL</parameter></paramdef>
 					  </funcprototype>
 
 					</funcsynopsis>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list