From 1bce8fbab5f26f0547bb92d9416ce5f17a9e62c9 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 14 May 2013 12:10:01 +0000 Subject: [PATCH] #2326: describe behavior of having no non-datavalue as by design. Also change all examples to explicitly specify band (though we have only 1 band anyway) for anal clarity. (forgot edits in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@11459 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 51771f5fb..77ed212f9 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -10777,7 +10777,7 @@ UPDATE wind ST_ColorMap - Creates a new raster of up to four 8BUI bands (grayscale, RGB, RGBA) from the source raster and specified band. + Creates a new raster of up to four 8BUI bands (grayscale, RGB, RGBA) from the source raster and a specified band. Band 1 is assumed if not specified. @@ -10807,6 +10807,7 @@ UPDATE wind Apply a colormap to the band at nband of rast resulting a new raster comprised of up to four 8BUI bands. The number of 8BUI bands in the new raster is determined by the number of color components defined in colormap. + If nband is not specified, then band 1 is assumed. colormap can be a keyword of a pre-defined colormap or a set of lines defining the value and the color components. -- 2.50.1