Browse Source

recovery tip (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34489 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 years ago
parent
commit
d006f52fbf
2 changed files with 11 additions and 0 deletions
  1. 5 0
      gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html
  2. 6 0
      vector/v.digit/v.digit.html

+ 5 - 0
gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html

@@ -48,6 +48,11 @@ existing vector features ('Settings->General->Snapping', nodes or vertices)
 based on 'Settings->General->Snapping threshold' value. To
 disable snapping set the snapping threshold to '0'.
 
+<p>
+If the digitizer crashes for some reason you can repair the vector map
+which was left open with the <em>v.build</em> module.
+
+
 <h2>Digitizer toolbar</h2>
 
 <center>

+ 6 - 0
vector/v.digit/v.digit.html

@@ -4,6 +4,7 @@
 user interface.  Attribute tables can be directly generated while
 digitizing (define in "Settings" first).
 
+
 <h2>NOTES</h2>
 
 The <b>bgcmd</b> option is intended to be used with display (d.*) commands.
@@ -20,6 +21,11 @@ which really reads and writes vector geometry (so
 not <em><a href="g.copy.html">g.copy</a></em>) will writes only lines
 which are 'alive'.
 
+<p>
+If <em>v.digit</em> crashes for some reason you can repair the vector map
+which was left open with the <em>v.build</em> module.
+
+
 <h2>EXAMPLES</h2>
 
 <h3>Start a monitor and display a raster to help setup and zoom to area of interest</h3>