[GRASS-SVN] r29949 - grass/trunk/vector/v.patch
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 4 23:34:53 EST 2008
Author: hamish
Date: 2008-02-04 23:34:53 -0500 (Mon, 04 Feb 2008)
New Revision: 29949
Modified:
grass/trunk/vector/v.patch/description.html
Log:
add appending example
Modified: grass/trunk/vector/v.patch/description.html
===================================================================
--- grass/trunk/vector/v.patch/description.html 2008-02-04 22:21:33 UTC (rev 29948)
+++ grass/trunk/vector/v.patch/description.html 2008-02-05 04:34:53 UTC (rev 29949)
@@ -15,12 +15,21 @@
<em><a HREF="v.clean.html">v.clean</a></em> (tool=snap,break,rmdupl).
-<h2>EXAMPLE</h2>
+<h2>EXAMPLES</h2>
+Patch together two maps with mixed feature types:
<div class="code"><pre>
-v.patch input=geology,streams out=geol_streams
+ v.patch input=geology,streams out=geol_streams
</pre></div>
+<BR>
+Append one map to another:
+<div class="code"><pre>
+ g.copy vect=roads,transport
+ v.patch -a input=railroads output=transport --overwrite
+</pre></div>
+
+
<h2>SEE ALSO</h2>
<em><a HREF="v.clean.html">v.clean</a></em>,
@@ -36,4 +45,5 @@
<br>
Radim Blazek, ITC-Irst, Trento, Italy
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list