[GRASS-SVN] r34264 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 12 16:04:15 EST 2008


Author: martinl
Date: 2008-11-12 16:04:15 -0500 (Wed, 12 Nov 2008)
New Revision: 34264

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: r.external added to menu


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-11-12 20:58:04 UTC (rev 34263)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-11-12 21:04:15 UTC (rev 34264)
@@ -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",
@@ -1266,7 +1272,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