[GRASS-SVN] r55549 - grass-addons/grass6/vector/v.out.postgis
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 27 03:56:25 PDT 2013
Author: martinl
Date: 2013-03-27 03:56:24 -0700 (Wed, 27 Mar 2013)
New Revision: 55549
Modified:
grass-addons/grass6/vector/v.out.postgis/description.html
grass-addons/grass6/vector/v.out.postgis/v.out.postgis.py
Log:
v.out.postgis(addons): update manual
Modified: grass-addons/grass6/vector/v.out.postgis/description.html
===================================================================
--- grass-addons/grass6/vector/v.out.postgis/description.html 2013-03-27 10:45:22 UTC (rev 55548)
+++ grass-addons/grass6/vector/v.out.postgis/description.html 2013-03-27 10:56:24 UTC (rev 55549)
@@ -1,10 +1,16 @@
<h2>DESCRIPTION</h2>
-<em>v.out.postgis</em> exports GRASS vector map to PostGIS database.
+<em>v.out.postgis</em> exports GRASS vector map as PostGIS feature
+table.
+<h2>NOTES</h2>
+
+<em>v.out.postgis</em> is a simple wrapper
+for <em><a href="v.in.ogr.html">v.in.ogr</a></em>.
+
<h2>AUTHOR</h2>
-Martin Landa, CTU in Prague, Czech Republic
+Martin Landa, Czech Technical University in Prague, Czech Republic
<p>
<i>Last changed: $Date$</i>
Modified: grass-addons/grass6/vector/v.out.postgis/v.out.postgis.py
===================================================================
--- grass-addons/grass6/vector/v.out.postgis/v.out.postgis.py 2013-03-27 10:45:22 UTC (rev 55548)
+++ grass-addons/grass6/vector/v.out.postgis/v.out.postgis.py 2013-03-27 10:56:24 UTC (rev 55549)
@@ -4,6 +4,7 @@
# MODULE: v.out.postgis
# AUTHOR: Martin Landa <landa.martin gmail.com>
# PURPOSE: Converts GRASS vectors into PostGIS
+# (Wrapper for v.out.ogr)
# COPYRIGHT: (c) 2009 Martin Landa, and the GRASS Development Team
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
More information about the grass-commit
mailing list