]> granicus.if.org Git - postgis/commitdiff
fix typo in ST_ColorMap query
authorRegina Obe <lr@pcorp.us>
Mon, 13 May 2013 06:45:53 +0000 (06:45 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 13 May 2013 06:45:53 +0000 (06:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11456 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index b5ed134193a09fbec2a390e6abc3805ba1da4fa7..de76bf5df61155561ff7241467dc85ee7310f923 100644 (file)
@@ -10928,7 +10928,7 @@ FROM funky_shapes;</programlisting>
                                <programlisting>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