From: Regina Obe Date: Mon, 13 May 2013 06:45:53 +0000 (+0000) Subject: fix typo in ST_ColorMap query X-Git-Tag: 2.1.0beta3~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e5a8ddac3e4b01eb35c8f9392d6e5bb87f2fb82;p=postgis fix typo in ST_ColorMap query git-svn-id: http://svn.osgeo.org/postgis/trunk@11456 b70326c6-7e19-0410-871a-916f4a2858ee --- 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