[GRASS-SVN] r34991 - grass/branches/develbranch_6/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 22 14:48:22 EST 2008


Author: neteler
Date: 2008-12-22 14:48:22 -0500 (Mon, 22 Dec 2008)
New Revision: 34991

Modified:
   grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
Log:
added r.external

Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2008-12-22 15:16:09 UTC (rev 34990)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2008-12-22 19:48:22 UTC (rev 34991)
@@ -92,6 +92,7 @@
 	{separator}
 	{cascad {[G_msg "Import raster map"]} {} "" $tmenu {
 		{command {[G_msg "Multiple formats using GDAL"]} {} "r.in.gdal: Import multiple formats using GDAL" {} -command { execute r.in.gdal }}
+		{command {[G_msg "Multiple formats using GDAL (link into instead of import)"]} {} "r.external: Link multiple formats using GDAL" {} -command { execute r.external }}
 		{separator}
 		{command {[G_msg "Aggregate ASCII xyz"]} {} "r.in.xyz: Import aggregate ASCII xyz data into raster grid" {} -command { execute r.in.xyz }}
 		{command {[G_msg "ASCII grid"]} {} "r.in.ascii: Import ASCII grid (includes GRASS ASCII)" {} -command { execute r.in.ascii }}



More information about the grass-commit mailing list