[GRASS-SVN] r54076 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 27 04:41:16 PST 2012


Author: martinl
Date: 2012-11-27 04:41:14 -0800 (Tue, 27 Nov 2012)
New Revision: 54076

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: add v.out.postgis to the menu


Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2012-11-27 11:29:13 UTC (rev 54075)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2012-11-27 12:41:14 UTC (rev 54076)
@@ -311,7 +311,7 @@
             </menuitem>
             <menuitem>
               <label>Raw binary array 3D import</label>
-              <help>Import a binary raster file into a GRASS 3D raster map.</help>
+              <help>Imports a binary raster file into a GRASS 3D raster map.</help>
               <keywords>raster3d,import</keywords>
               <handler>OnMenuCmd</handler>
               <command>r3.in.bin</command>
@@ -492,6 +492,13 @@
               <command>v.out.gps</command>
             </menuitem>
             <menuitem>
+              <label>PostGIS export</label>
+              <help>Exports a vector map layer to PostGIS feature table.</help>
+              <keywords>vector,export,PostGIS,simple features,topology</keywords>
+              <handler>OnMenuCmd</handler>
+              <command>v.out.postgis</command>
+            </menuitem>
+            <menuitem>
               <label>POV-Ray export</label>
               <help>Converts GRASS x,y,z points to POV-Ray x,z,y format.</help>
               <keywords>vector,export</keywords>



More information about the grass-commit mailing list