[GRASS-SVN] r34265 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 12 16:05:22 EST 2008


Author: martinl
Date: 2008-11-12 16:05:22 -0500 (Wed, 12 Nov 2008)
New Revision: 34265

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: r.external added to menu
       (merge from devbr6, r34264)


Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-11-12 21:04:15 UTC (rev 34264)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-11-12 21:05:22 UTC (rev 34265)
@@ -601,6 +601,12 @@
                                  "r.support.stats"),
                                 ("","","", ""),
 
+                                (_("Link to GDAL"),
+                                 _("Link GDAL supported raster file to a binary raster map layer."),
+                                 "self.OnMenuCmd",
+                                 "r.external"),
+                                ("","","", ""),
+
                                 (_("Reproject raster"),
                                  _("Re-projects a raster map from one location to the current location."),
                                  "self.OnMenuCmd",
@@ -1277,7 +1283,7 @@
                                 ("","","", ""),
 
                                 (_("Link to OGR"),
-                                 _("Available drivers: ESRI Shapefile,MapInfo File,UK .NTF,SDTS,TIGER,S57,DGN,VRT,REC,Memory,BNA,CSV,GML,GPX,KML,GeoJSON,GMT,SQLite,ODBC,PGeo,PostgreSQL,AVCBin"),
+                                 _("Creates a new vector as a read-only link to OGR layer."),
                                  "self.OnMenuCmd",
                                  "v.external"),
                                 ("","","", ""),



More information about the grass-commit mailing list