[GRASS-SVN] r49649 - in grass/branches/releasebranch_6_4:
scripts/v.db.addtable vector vector/v.build.polylines
vector/v.edit vector/v.net.alloc
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 11 15:06:55 EST 2011
Author: neteler
Date: 2011-12-11 12:06:55 -0800 (Sun, 11 Dec 2011)
New Revision: 49649
Modified:
grass/branches/releasebranch_6_4/scripts/v.db.addtable/description.html
grass/branches/releasebranch_6_4/vector/v.build.polylines/description.html
grass/branches/releasebranch_6_4/vector/v.edit/description.html
grass/branches/releasebranch_6_4/vector/v.net.alloc/description.html
grass/branches/releasebranch_6_4/vector/vectorintro.html
Log:
fix broken links
Modified: grass/branches/releasebranch_6_4/scripts/v.db.addtable/description.html
===================================================================
--- grass/branches/releasebranch_6_4/scripts/v.db.addtable/description.html 2011-12-11 13:28:13 UTC (rev 49648)
+++ grass/branches/releasebranch_6_4/scripts/v.db.addtable/description.html 2011-12-11 20:06:55 UTC (rev 49649)
@@ -13,10 +13,10 @@
v.db.addtable will only insert category values into the table for those features
which actually have a category value in the relevant layer. The use can add
category values automatically by using <em>v.category</em> or manually with
-<em><a href="wxGUI.Vector_Digitizing_Tool.html">wxGUI vector digitizer</a></em>
+<em><a href="wxGUI.Vector_Digitizer.html">wxGUI vector digitizer</a></em>
before running v.db.addtable. Or one can run v.db.addtable first
and then use either a combinatino of <em>v.category</em> + <em>v.to.db</em> or
-<em><a href="wxGUI.Vector_Digitizing_Tool.html">wxGUI vector digitizer</a></em>
+<em><a href="wxGUI.Vector_Digitizer.html">wxGUI vector digitizer</a></em>
to add the relevant lines to the table.
The supported types of columns depend on the database backend. However, all
Modified: grass/branches/releasebranch_6_4/vector/v.build.polylines/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.build.polylines/description.html 2011-12-11 13:28:13 UTC (rev 49648)
+++ grass/branches/releasebranch_6_4/vector/v.build.polylines/description.html 2011-12-11 20:06:55 UTC (rev 49649)
@@ -23,7 +23,7 @@
direction of lines is important (it's not for boundaries to build
areas), you have to manually change line directions with
either <em><a href="v.edit.html">v.edit</a></em>, <em><a href="v.digit.html">v.digit</a></em>,
-or the <em><a href="wxGUI.Vector_Digitizing_Tool.html">wxGUI vector
+or the <em><a href="wxGUI.Vector_Digitizer.html">wxGUI vector
digitizer</a></em>.
<p>
Modified: grass/branches/releasebranch_6_4/vector/v.edit/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.edit/description.html 2011-12-11 13:28:13 UTC (rev 49648)
+++ grass/branches/releasebranch_6_4/vector/v.edit/description.html 2011-12-11 20:06:55 UTC (rev 49649)
@@ -423,7 +423,7 @@
</em>
<p>
-See also <em><a href="wxGUI.Vector_Digitizing_Tool.html">wxGUI vector digitizing tool</a></em>.
+See also <em><a href="wxGUI.Vector_Digitizer.html">wxGUI vector digitizing tool</a></em>.
<h2>AUTHOR</h2>
Modified: grass/branches/releasebranch_6_4/vector/v.net.alloc/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.net.alloc/description.html 2011-12-11 13:28:13 UTC (rev 49648)
+++ grass/branches/releasebranch_6_4/vector/v.net.alloc/description.html 2011-12-11 20:06:55 UTC (rev 49649)
@@ -22,7 +22,7 @@
Nodes and arcs can be closed using cost = -1.
<p>
Center nodes can also be assigned to vector nodes using
-<em><a href="wxGUI.Vector_Digitizing_Tool.html">wxGUI vector digitizer</a></em>.
+<em><a href="wxGUI.Vector_Digitizer.html">wxGUI vector digitizer</a></em>.
<h2>EXAMPLES</h2>
Modified: grass/branches/releasebranch_6_4/vector/vectorintro.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/vectorintro.html 2011-12-11 13:28:13 UTC (rev 49648)
+++ grass/branches/releasebranch_6_4/vector/vectorintro.html 2011-12-11 20:06:55 UTC (rev 49649)
@@ -117,7 +117,7 @@
A dedicated vector editing module is <a href="v.edit.html">v.edit</a>
which supports global and local editing operations. Additionally,
new advanced topological operations are available in the
-<a href="wxGUI.Vector_Digitizing_Tool.html">new digitizing tool</a>.
+<a href="wxGUI.Vector_Digitizer.html">new digitizing tool</a>.
Adjacent polygons can be found by <a href="v.to.db.html">v.to.db</a>
(see 'sides' option).
More information about the grass-commit
mailing list