[GRASS-SVN] r49838 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 19 09:59:00 EST 2011


Author: mmetz
Date: 2011-12-19 06:59:00 -0800 (Mon, 19 Dec 2011)
New Revision: 49838

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
add v.rectify to GUI menu

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2011-12-19 14:57:40 UTC (rev 49837)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2011-12-19 14:59:00 UTC (rev 49838)
@@ -2052,6 +2052,13 @@
 	      <command>v.transform</command>
 	    </menuitem>
 	    <menuitem>
+	      <label>Rectify vector map</label>
+	      <help>Rectifies a vector map by computing a coordinate transformation based on control points.</help>
+	      <keywords>vector,georectification,transformation</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>v.rectify</command>
+	    </menuitem>
+	    <menuitem>
 	      <label>Reproject vector map</label>
 	      <help>Re-projects a vector map from one location to the current location.</help>
 	      <keywords>vector,projection,transformation</keywords>



More information about the grass-commit mailing list