wrong function (non-existent xref)
authorRegina Obe <lr@pcorp.us>
Sun, 7 Sep 2014 17:10:14 +0000 (17:10 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 7 Sep 2014 17:10:14 +0000 (17:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12953 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index e8380c4d5bb105b184e7b96d60bdd40f82704c88..050afd6b4165716e93cf49f4a9d290867106766d 100644 (file)
@@ -11128,7 +11128,7 @@ UPDATE wind
                                        <para>Returns the union of a set of raster tiles into a single raster composed of at least one band.  The resulting raster's extent is the extent of the whole set.  In the case of intersection, the resulting value is defined by <varname>uniontype</varname> which is one of the following: LAST (default), FIRST, MIN, MAX, COUNT, SUM, MEAN, RANGE.</para>
                                        
                     <note>
-                      <para>In order for rasters to be unioned, they most all have the same alignment.  Use <xref linkend="RT_ST_SameAlignment" /> and <xref linkend="RT_ST_SameAlignmentReason" /> for more details and help. One way to fix alignment issues is to use <xref linkend="RT_ST_Resample" /> and use the same reference raster for alignment.</para>
+                      <para>In order for rasters to be unioned, they most all have the same alignment.  Use <xref linkend="RT_ST_SameAlignment" /> and <xref linkend="RT_ST_NotSameAlignmentReason" /> for more details and help. One way to fix alignment issues is to use <xref linkend="RT_ST_Resample" /> and use the same reference raster for alignment.</para>
                     </note>
 
                                        <para>Availability: 2.0.0 </para>