From 50f5567fa8e047f9994b2e06ea8362867f38d17c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 26 Dec 2011 20:24:26 +0000 Subject: [PATCH] use docbook paragraph tags git-svn-id: http://svn.osgeo.org/postgis/trunk@8586 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_raster_dataman.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index bfd822a8c..8d3b4cefc 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -500,12 +500,12 @@ Available GDAL raster formats: Building Custom Applications with PostGIS Raster 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 - output band 1 of a raster to a PHP request stream that can then be embedded in an img src html tag.

+ In this section, we'll demonstrate how to use the PHP PostgreSQL driver and the family of functions to + output band 1 of a raster to a PHP request stream that can then be embedded in an img src html tag. -

The sample query demonstrates how to combine a whole bunch of raster functions together to grab all tiles that intersect + 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 .

+ and then outputs the results as a png using .