[GRASS-SVN] r65365 - grass/branches/releasebranch_7_0/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 4 14:32:21 PDT 2015


Author: neteler
Date: 2015-06-04 14:32:21 -0700 (Thu, 04 Jun 2015)
New Revision: 65365

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/vdigit/g.gui.vdigit.html
Log:
wxGUI vdigit manual: expanded; HTML cosmetics

Modified: grass/branches/releasebranch_7_0/gui/wxpython/vdigit/g.gui.vdigit.html
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/vdigit/g.gui.vdigit.html	2015-06-04 21:31:40 UTC (rev 65364)
+++ grass/branches/releasebranch_7_0/gui/wxpython/vdigit/g.gui.vdigit.html	2015-06-04 21:32:21 UTC (rev 65365)
@@ -8,19 +8,21 @@
 vector editing GRASS capabilities).
 
 <p>
-Note that only vector maps from the current mapset can be opened
-for editing.
+Note that only vector maps stored or generated in the <i>current</i>
+mapset can be opened for editing.
 
 <p>
-The digitizer allows editing 2D vector features only (points, lines,
+The digitizer allows editing of 2D vector features (points, lines,
 centroids, boundaries, and areas).
 
+<p>
 Vector features can be selected by mouse (bounding box or simply by
 mouse click, see select threshold
 in <i>Settings→General→Select threshold</i>), or by query
 (eg. by line length, see <i>Settings→Query Tool</i>).
 
-<p>
+<h3>STARTING THE DIGITIZER</h3>
+
 The vector digitizer can be launched from Map Display toolbar by selecting
 "Digitize" from <i>Tools</i> combobox. Vector map is
 selectable for editing from Digitizer toolbar ("Select vector
@@ -35,15 +37,35 @@
 The vector digitizer also can also be launched from the command line as a
 stand-alone application <em>g.gui.vdigit</em>.
 
-<p>
-New vector map can be easily created from the digitizer toolbar by
+<h3>CREATING A NEW VECTOR MAP</h3>
+
+A new vector map can be easily created from the digitizer toolbar by
 selecting "New vector map" in "Select vector map"
 combobox. A new vector map is created, added to the current layer tree
 in Layer Manager and opened for editing. "Select vector map"
-combobox in digitizer toolbar also allows switching easily between
+combobox in the digitizer toolbar also allows to easily switch between
 vector maps to be edited.
-<p>
-The vector digitizer allows you to define a "background" vector map.
+
+<h3>EDITING AN EXISTING VECTOR MAP</h3>
+
+An existing vector map selected in the digitizer toolbar in the
+"Select vector map" combobox. This map is then opened for editing
+and added to the current layer tree in the <em>Layer Manager</em>. This
+"Select vector map" combobox in the digitizer toolbar also allows
+to easily switch between vector maps to be edited.
+
+<h3>USING A RASTER BACKGROUND MAP</h3>
+
+In order to digitize from a raster map, simply load the map into the
+<em>Map Display</em> using the <em>Layer Manager</em>. Then start digitizing,
+see below for details.
+
+<h3>USING A VECTOR BACKGROUND MAP</h3>
+
+The vector digitizer allows you to select a "background" vector map.
+Loading it within the digitizer is different from simply loading it via 
+<em>Layer Manager</em> since direct interaction with single vector features
+then becomes possible.<br>
 A background map can be selected from the map layer contextual menu, in
 <em>Layer Manager</em> ("Use as Background Map"). Newly digitized vector
 features are snapped in the given threshold to the features from the
@@ -275,7 +297,7 @@
 </em>
 
 <p>
-See also the <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Vector_Digitizer">wiki page</a>
+See also the <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Vector_Digitizer">WxGUI Vector Digitizer Wiki page</a>
 including <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Vector_Digitizer#Vector_tutorials">video
 tutorials</a>.
 



More information about the grass-commit mailing list