From: Bborie Park Date: Tue, 3 Jul 2012 13:16:10 +0000 (+0000) Subject: cleanup of examples for ST_Raster2WorldCoord() X-Git-Tag: 2.1.0beta2~843 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42632378a390669f764597f6ab1f4dd80c88e180;p=postgis cleanup of examples for ST_Raster2WorldCoord() git-svn-id: http://svn.osgeo.org/postgis/trunk@10008 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index e804978b6..8be56817f 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -1856,7 +1856,7 @@ FROM dummy_rast; Examples --- non-skewed raster providing column is sufficient +-- non-skewed raster SELECT rid, (ST_Raster2WorldCoord(rast,1, 1)).*, @@ -1870,7 +1870,7 @@ FROM dummy_rast --- for fun lets skew it +-- skewed raster SELECT rid, (ST_Raster2WorldCoord(rast, 1, 1)).*,