From: Regina Obe Date: Tue, 27 Dec 2011 06:32:01 +0000 (+0000) Subject: link to npgsql download site. X-Git-Tag: 2.0.0alpha1~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9d2adce2ffc59028a06c5a2a95246f67d2b9882;p=postgis link to npgsql download site. git-svn-id: http://svn.osgeo.org/postgis/trunk@8594 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index d0af8a6e5..5a258d25b 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -538,6 +538,7 @@ echo pg_unescape_bytea($row[0]); In this section, we'll demonstrate how to use Npgsql PostgreSQL .NET driver and the family of functions to output band 1,2,3 of a raster to a PHP request stream that can then be embedded in an img src html tag. + You will need the npgsql .NET PostgreSQL driver for this exercise which you can get the latest of from http://npgsql.projects.postgresql.org/. Just download the latest and drop into your ASP.NET bin folder and you'll be good to go. 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 .