[GRASS-SVN] r41001 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 14 15:55:46 EST 2010
Author: martinl
Date: 2010-02-14 15:55:45 -0500 (Sun, 14 Feb 2010)
New Revision: 41001
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
r.bilinear merged into r.resamp.interp
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2010-02-14 20:31:28 UTC (rev 41000)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2010-02-14 20:55:45 UTC (rev 41001)
@@ -1615,13 +1615,6 @@
<label>Interpolate surfaces</label>
<items>
<menuitem>
- <label>Bilinear from raster points</label>
- <help>Bilinear interpolation utility for raster map layers.</help>
- <keywords>raster</keywords>
- <handler>self.OnMenuCmd</handler>
- <command>r.bilinear</command>
- </menuitem>
- <menuitem>
<label>Bilinear and bicubic from vector points</label>
<help>Bicubic or bilinear spline interpolation with Tykhonov regularization.</help>
<keywords>vector,interpolation</keywords>
@@ -2944,4 +2937,4 @@
</items>
</menu>
</menubar>
-</menudata>
\ No newline at end of file
+</menudata>
More information about the grass-commit
mailing list