[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-36-g25825b6

git at osgeo.org git at osgeo.org
Sat Aug 1 18:10:12 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  25825b61d26844c794d7f6c8f47dc3f5458c9c95 (commit)
      from  fcc88fa9ce76cc2b93cfd752d770bbb4960b73ba (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 25825b61d26844c794d7f6c8f47dc3f5458c9c95
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Aug 1 21:10:05 2020 -0400

    Fix ST_Neighborhood docs references #3933 for PostGIS 3.1

diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index c1a6003..41e714e 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -5138,7 +5138,7 @@ FROM (
 
          st_neighborhood
 ---------------------------------
- {{NULL,1,1},{1,1,NULL},{1,1,1}}
+{{NULL,1,1},{1,1,1},{1,NULL,1}}
 				</programlisting>
 
 				<programlisting>
@@ -5173,8 +5173,7 @@ FROM (
 -- exclude_nodata_value = FALSE
 SELECT
 	ST_Neighborhood(rast, 3, 3, 1, 1, false)
-FROM (
-		ST_SetValues(
+FROM ST_SetValues(
 			ST_AddBand(
 				ST_MakeEmptyRaster(5, 5, -2, 2, 1, -1, 0, 0, 0),
 				'8BUI'::text, 1, 0
@@ -5188,11 +5187,10 @@ FROM (
 			]::double precision[],
 			1
 		) AS rast
-) AS foo
 
       st_neighborhood
 ---------------------------
- {{1,0,1},{1,1,1},{0,1,1}}
+{{1,1,0},{0,1,1},{1,1,1}}
 				</programlisting>
 
 			</refsection>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list