From: Regina Obe Date: Fri, 17 Feb 2012 23:41:58 +0000 (+0000) Subject: Link to my office base article on how to display postgis rasters in base reports. X-Git-Tag: 2.0.0alpha6~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47cfe6ee8ac384c2055ecef26847e76e5a83e755;p=postgis Link to my office base article on how to display postgis rasters in base reports. git-svn-id: http://svn.osgeo.org/postgis/trunk@9233 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index c6e6db5f9..db4e44c74 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -505,6 +505,8 @@ Available GDAL raster formats: Building Custom Applications with PostGIS Raster + The fact that PostGIS raster provides you with SQL functions to render rasters in known image formats gives you a lot of optoins for rendering them. + For example you can use OpenOffice / LibreOffice for rendering as demonstrated in Rendering PostGIS Raster graphics with LibreOffice Base Reports. In addition you can use a wide variety of languages as demonstrated in this section. PHP Example Outputting using ST_AsPNG in concert with other raster functions In this section, we'll demonstrate how to use the PHP PostgreSQL driver and the family of functions to