From b9d2adce2ffc59028a06c5a2a95246f67d2b9882 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 27 Dec 2011 06:32:01 +0000 Subject: [PATCH] link to npgsql download site. git-svn-id: http://svn.osgeo.org/postgis/trunk@8594 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_raster_dataman.xml | 1 + 1 file changed, 1 insertion(+) 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 . -- 2.50.1