[GRASS-SVN] r36738 - grass/branches/releasebranch_6_4/vector/v.net.visibility

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 15 18:20:12 EDT 2009


Author: neteler
Date: 2009-04-15 18:20:12 -0400 (Wed, 15 Apr 2009)
New Revision: 36738

Modified:
   grass/branches/releasebranch_6_4/vector/v.net.visibility/description.html
Log:
+point data Spearfish example

Modified: grass/branches/releasebranch_6_4/vector/v.net.visibility/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.net.visibility/description.html	2009-04-15 22:20:04 UTC (rev 36737)
+++ grass/branches/releasebranch_6_4/vector/v.net.visibility/description.html	2009-04-15 22:20:12 UTC (rev 36738)
@@ -89,6 +89,17 @@
 d.vect lines col=red
 </pre></div>
 
+
+<h2>EXAMPLE 5</h2>
+An example for connections of points (Spearfish):
+<div class="code"><pre>
+v.net.visibility input=archsites output=graph
+g.region vect=archsites
+d.mon x0
+d.vect graph
+d.vect archsites col=red
+</pre></div>
+
 <h2>KNOWN BUGS</h2>
 In some cases when 3 points or nodes are collinear, some wrong edges are added.
 This happens only really rarly and shouldn't be a big problem.



More information about the grass-commit mailing list