From 4e5a8ddac3e4b01eb35c8f9392d6e5bb87f2fb82 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 13 May 2013 06:45:53 +0000 Subject: [PATCH] fix typo in ST_ColorMap query git-svn-id: http://svn.osgeo.org/postgis/trunk@11456 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index b5ed13419..de76bf5df 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -10928,7 +10928,7 @@ FROM funky_shapes; SELECT ST_AsPNG(rast) As orig_png , ST_AsPNG(ST_ColorMap(rast,'greyscale')) As grey_png , ST_AsPNG(ST_ColorMap(rast, 'pseudocolor')) As pseudo_png - , ST_AsPNG(ST_ColorMap(rast, 'pseudocolor')) As fire_png + , ST_AsPNG(ST_ColorMap(rast, 'nfire')) As fire_png , ST_AsPNG(ST_ColorMap(rast, 'bluered')) As bluered_png , ST_AsPNG(ST_ColorMap(rast, '100% 255 0 0 80% 160 0 0 -- 2.50.1