Переглянути джерело

wxGUI: add v.out.postgis to the menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54076 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 роки тому
батько
коміт
5b97b78f0c
1 змінених файлів з 8 додано та 1 видалено
  1. 8 1
      gui/wxpython/xml/menudata.xml

+ 8 - 1
gui/wxpython/xml/menudata.xml

@@ -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>