Procházet zdrojové kódy

add some new modules to menu (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34394 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman před 16 roky
rodič
revize
9902f05d96
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 10 0
      gui/wxpython/gui_modules/menudata.py

+ 10 - 0
gui/wxpython/gui_modules/menudata.py

@@ -317,6 +317,11 @@ class Data:
                                  "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 @@ class Data:
                                  "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"), (