[GRASS-SVN] r34394 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 19 07:13:13 EST 2008
Author: hamish
Date: 2008-11-19 07:13:13 -0500 (Wed, 19 Nov 2008)
New Revision: 34394
Modified:
grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
add some new modules to menu (merge from devbr6)
Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-11-19 12:10:56 UTC (rev 34393)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-11-19 12:13:13 UTC (rev 34394)
@@ -317,6 +317,11 @@
"self.OnMenuCmd",
"v.out.dxf"),
+ (_("Multiple GPS export formats using GPSBabel"),
+ _("Exports a vector map to a GPS receiver or file format supported by GPSBabel."),
+ "self.OnMenuCmd",
+ "v.out.gpsbabel"),
+
(_("POV-Ray export"),
_("Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y"),
"self.OnMenuCmd",
@@ -768,6 +773,11 @@
"self.OnMenuCmd",
"r.los"),
)
+
+ (_("Distance to features"),
+ _("Generates a raster map layer of distance to features in input layer."),
+ "self.OnMenuCmd",
+ "r.grow.distance"),
),
(_("Transform features"), (
More information about the grass-commit
mailing list