[GRASS-SVN] r60199 - grass/branches/releasebranch_6_4/vector/v.in.db

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 11 14:13:16 PDT 2014


Author: neteler
Date: 2014-05-11 14:13:16 -0700 (Sun, 11 May 2014)
New Revision: 60199

Modified:
   grass/branches/releasebranch_6_4/vector/v.in.db/description.html
Log:
v.in.db manual: typo; cosmetics

Modified: grass/branches/releasebranch_6_4/vector/v.in.db/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.in.db/description.html	2014-05-11 21:12:38 UTC (rev 60198)
+++ grass/branches/releasebranch_6_4/vector/v.in.db/description.html	2014-05-11 21:13:16 UTC (rev 60199)
@@ -1,7 +1,7 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.in.db</em> 
-creates new vector (points) map from database table containing coordinates. 
+<em>v.in.db</em> creates a new vector (points) map from database table
+containing coordinates.
 
 <h2>EXAMPLE</h2>
 
@@ -12,19 +12,20 @@
         table=pat_stazioni x=east y=north z=quota key=id output=pat_stazioni
 </pre></div>
 <p>
-If an ID column is not not present in the PostgreSQL table,
+If an ID column is not present in the PostgreSQL table,
 a new column should be added. See <a href="grass-pg.html">pg</a> driver
 page for detail.
 
 <h3>2) Creating a map from PostGIS:</h3>
 
 To extract coordinate values from PostGIS, functions have to be used:
+
 <div class="code"><pre>
 v.in.db driver=pg database="host=myserver.itc.it,dbname=mydb" \
         table=station x="x(geom)" y="y(geom)" z="z(geom)" key=id out=meteostations
 </pre></div>
 <p>
-If an ID column is not not present in the PostgreSQL table,
+If an ID column is not present in the PostgreSQL table,
 a new column should be added. See <a href="grass-pg.html">pg</a> driver 
 page for detail.
 
@@ -78,11 +79,13 @@
 <a href="db.in.ogr.html">db.in.ogr</a>,
 <a href="v.info.html">v.info</a>,
 <a href="v.in.ogr.html">v.in.ogr</a>,
-<a href="v.to.db.html">v.to.db</a>,<br>
-<a href="sql.html">SQL support in GRASS GIS</a>
+<a href="v.to.db.html">v.to.db</a>
 </em>
 
+<p>
+<a href="sql.html">SQL support in GRASS GIS</a>
 
+
 <h2>AUTHOR</h2>
 
 Radim Blazek



More information about the grass-commit mailing list