Browse Source

wxGUI: note "experimental prototype in manual pages of vdigit and nviz extensions"
(merge from devbr6, https://trac.osgeo.org/grass/changeset/36437)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36438 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 years ago
parent
commit
eb4941da02

+ 4 - 0
gui/wxpython/docs/wxGUI.Nviz.html

@@ -251,6 +251,10 @@ parameters, or to set the background color of the Map Display Window
   <li>...</li>
 </ul>
 
+<p>
+<b>Please note that the wxGUI Nviz extension is under active development and
+distributed as &quot;Experimental Prototype&quot;.</b>
+
 <h2>SEE ALSO</h2>
 
 See also <a href="http://grass.osgeo.org/wiki/WxNVIZ">Wiki</a> page.

+ 23 - 20
gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html

@@ -34,26 +34,7 @@ Manager and opened for editing. "Select vector map" combobox in
 digitizer toolbar also allows switching easily between vector maps to be
 edited.
 
-<h2>NOTES</h2>
-
-<i>Dead (deleted)</i> are internally only marked in the geometry file
-as 'dead' but it remains there and occupies space. Any vector module
-used afterwards on this vector map which really reads and writes
-vector geometry (so not <em><a href="g.copy.html">g.copy</a></em>)
-will writes only features which are 'alive'.
-
-<p>
-<i>Added or modified</i> vector features are <i>snapped</i> to
-existing vector features ('Settings-&gt;General-&gt;Snapping', nodes or vertices)
-based on 'Settings-&gt;General-&gt;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>
+<h3>DIGITIZER TOOLBAR</h3>
 
 <center>
 <br><img src="wxGUI_vector_digitizer_toolbar.jpg" border="1"><br><br>
@@ -221,6 +202,28 @@ which was left open with the <em>v.build</em> module.
 
 </dl>
 
+<h2>NOTES</h2>
+
+<i>Dead (deleted)</i> are internally only marked in the geometry file
+as 'dead' but it remains there and occupies space. Any vector module
+used afterwards on this vector map which really reads and writes
+vector geometry (so not <em><a href="g.copy.html">g.copy</a></em>)
+will writes only features which are 'alive'.
+
+<p>
+<i>Added or modified</i> vector features are <i>snapped</i> to
+existing vector features ('Settings-&gt;General-&gt;Snapping', nodes or vertices)
+based on 'Settings-&gt;General-&gt;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.
+
+<p>
+<b>Please note that vector digitizer is under active development and
+distributed as &quot;Experimental Prototype&quot;.</b>
+
 <h2>SEE ALSO</h2>
 
 <em>