[GRASS-SVN] r36737 - grass/branches/develbranch_6/vector/v.net.visibility

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


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

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

Modified: grass/branches/develbranch_6/vector/v.net.visibility/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.net.visibility/description.html	2009-04-15 21:43:37 UTC (rev 36736)
+++ grass/branches/develbranch_6/vector/v.net.visibility/description.html	2009-04-15 22:20:04 UTC (rev 36737)
@@ -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