]> granicus.if.org Git - postgis/commitdiff
Remove ST_Tile references from ST_Retile docs
authorSandro Santilli <strk@keybit.net>
Thu, 11 Sep 2014 16:36:16 +0000 (16:36 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 11 Sep 2014 16:36:16 +0000 (16:36 +0000)
... wasn't very useful that way ...

git-svn-id: http://svn.osgeo.org/postgis/trunk@12973 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_raster.xml

index d65aedea514e35050fe22b4985784e601d704454..53d7698316ce77f4339cd461a39321848f817d4a 100644 (file)
@@ -2211,18 +2211,12 @@ raster coverage (<varname>tab</varname>, <varname>col</varname>).
 
                                <para>Algorithm options are: 'NearestNeighbor', 'Bilinear', 'Cubic', 'CubicSpline', and 'Lanczos'.  Refer to: <ulink url="http://www.gdal.org/gdalwarp.html">GDAL Warp resampling methods</ulink> for more details.</para>
 
-        <note><para>
-This function uses a full table as input whereas <xref linkend="RT_ST_Tile"/> uses a single value.
-        </para></note>
-
                                <para>Availability: 2.2.0</para>
                        </refsection> 
       <refsection>
         <title>See Also</title>
         <para>
-          <xref linkend="RT_CreateOverview"/>,
-          <xref linkend="RT_ST_Resample"/>,
-          <xref linkend="RT_ST_Tile"/>
+          <xref linkend="RT_CreateOverview"/>
         </para>
       </refsection>
                </refentry>