]> granicus.if.org Git - postgis/commitdiff
Fixed xml issues that are making debbie mad.
authorBborie Park <bkpark at ucdavis.edu>
Tue, 16 Oct 2012 20:17:29 +0000 (20:17 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 16 Oct 2012 20:17:29 +0000 (20:17 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10443 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index f756b8e55d228b9feb974b4131dbafde651edc7a..13cd542cf8bb073171cf40b7ce57ac1608c0e0ba 100644 (file)
@@ -7924,6 +7924,16 @@ WHERE t1.rid = 1
                                </funcsynopsis>
                        </refsynopsisdiv>
 
+                       <refsection>
+                               <title>Description</title>
+
+                               <para>
+                                       Expression version - Returns a one-band raster given one or two input rasters, band indexes and one or more user-specified SQL expressions.
+                               </para>
+
+                               <para>Availability: 2.1.0</para>
+                       </refsection>
+
                        <refsection>
                                <title>Description: Variants 1 and 2 (one raster)</title>
 
@@ -7935,7 +7945,7 @@ WHERE t1.rid = 1
                                        If <varname>pixeltype</varname> is passed in, then the new raster will have a band of that pixeltype.  If pixeltype is passed NULL, then the new raster band will have the same pixeltype as the input <varname>rast</varname> band.
                                </para>
 
-                               <para>
+                               <itemizedlist>
                                        <listitem><para>Keywords permitted for <varname>expression</varname></para>
                                         <orderedlist>
                                                <listitem>
@@ -7952,7 +7962,7 @@ WHERE t1.rid = 1
                                                </listitem>
                                         </orderedlist>
                                        </listitem>
-                               </para>
+                               </itemizedlist>
 
                        </refsection>
 
@@ -8037,7 +8047,7 @@ WHERE t1.rid = 1
                                        </varlistentry>
                                </variablelist>
         
-                               <para>
+                               <itemizedlist>
                                        <listitem><para>Keywords permitted in <varname>expression</varname>, <varname>nodata1expr</varname> and <varname>nodata2expr</varname></para>
                                         <orderedlist>
                                                <listitem>
@@ -8066,14 +8076,10 @@ WHERE t1.rid = 1
                                                </listitem>
                                         </orderedlist>
                                        </listitem>
-                               </para>
+                               </itemizedlist>
 
                        </refsection>
 
-                       <refsection>
-                               <para>Availability: 2.1.0</para>
-                       </refsection>
-
                        <refsection>
                                <title>Examples: Variants 1 and 2</title>