From: Regina Obe Date: Mon, 26 Dec 2011 22:22:43 +0000 (+0000) Subject: more description X-Git-Tag: 2.0.0alpha1~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b71d4a7d2846e492d6492874297b09139359a99e;p=postgis more description git-svn-id: http://svn.osgeo.org/postgis/trunk@8589 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index 78ab29d27..6c65f3bc1 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -506,8 +506,10 @@ Available GDAL raster formats: The sample query demonstrates how to combine a whole bunch of raster functions together to grab all tiles that intersect a particular wgs 84 bounding box and then unions with the intersecting tiles together returning all bands, transforms to user specified projection using , and then outputs the results as a png using . + You would call the below using http://mywebserver/test_raster.php?srid=2249 to get the raster image in Massachusetts state plane feet. the intersecting tiles together returning all bands, transforms to user specified projection using , and then outputs the results as a png using . This is same example as except implemented in C#. + You would call the below using http://mywebserver/TestRaster.ashx?srid=2249 to get the raster image in Massachusetts state plane feet. -- web.config connection string section --