浏览代码

wxGUI: update vector digizer manual page (new icons)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35354 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父节点
当前提交
02d59c5531
共有 2 个文件被更改,包括 54 次插入18 次删除
  1. 54 18
      gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html
  2. 二进制
      gui/wxpython/docs/wxGUI_vector_digitizer_toolbar.jpg

+ 54 - 18
gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html

@@ -60,56 +60,82 @@ which was left open with the <em>v.build</em> module.
 </center>
 </center>
 
 
 <dl>
 <dl>
-  <dt><img src="icons/silk/bullet_add.png">&nbsp;Digitize new point</dt>
+  <dt><img src="icons/grass2/point-create.png">&nbsp;
+    <img src="icons/grass/vdigit/new.point.gif">&nbsp;
+    <img src="icons/silk/bullet_add.png"> <em>Digitize new point</em></dt>
   <dd>Add new point to vector map and optionally define its
   <dd>Add new point to vector map and optionally define its
   attributes.</dd>
   attributes.</dd>
 
 
-  <dt><img src="icons/silk/vector_add.png">&nbsp;Digitize new line</dt>
+  <dt><img src="icons/grass2/line-create.png">&nbsp;
+    <img src="icons/grass/vdigit/new.line.gif">&nbsp;
+    <img src="icons/silk/vector_add.png"> <em>Digitize new line</em></dt>
   <dd>Add new line to vector map and optionally define its
   <dd>Add new line to vector map and optionally define its
   attributes.</dd>
   attributes.</dd>
 
 
-  <dt><img src="icons/silk/shape_handles.png">&nbsp;Digitize new boundary</dt>
+  <dt><img src="icons/grass2/polygon-create.png">&nbsp;
+    <img src="icons/grass/vdigit/new.boundary.gif">&nbsp;
+    <img src="icons/silk/shape_handles.png"> <em>Digitize new boundary</em></dt>
   <dd>Add new boundary to vector map and optionally define its
   <dd>Add new boundary to vector map and optionally define its
   attributes.</dd>
   attributes.</dd>
 
 
-  <dt><img src="icons/silk/shape_square_add.png">&nbsp;Digitize new centroid</dt>
+  <dt><img src="icons/grass2/centroid-create.png">&nbsp;
+    <img src="icons/grass/vdigit/new.centroid.gif">&nbsp;
+    <img src="icons/silk/shape_square_add.png"> <em>Digitize new centroid</em></dt>
   <dd>Add new centroid to vector map and optionally define its
   <dd>Add new centroid to vector map and optionally define its
   attributes.</dd>
   attributes.</dd>
 
 
-  <dt><img src="icons/silk/chart_line.png">&nbsp;Move vertex</dt>
+  <dt><img src="icons/grass2/vertex-move.png">&nbsp;
+    <img src="icons/grass/vdigit/move.vertex.gif">&nbsp;
+    <img src="icons/silk/chart_line.png"> <em>Move vertex</em></dt>
   <dd>Move selected vertex of linear feature. Thus shape of linear
   <dd>Move selected vertex of linear feature. Thus shape of linear
   feature is changed.</dd>
   feature is changed.</dd>
 
 
-  <dt><img src="icons/silk/chart_line_add.png">&nbsp;Add vertex</dt>
+  <dt><img src="icons/grass2/vertex-create.png">&nbsp;
+    <img src="icons/grass/vdigit/add.vertex.gif">&nbsp;
+    <img src="icons/silk/chart_line_add.png"> <em>Add vertex</em></dt>
   <dd>Add new vertex to selected linear feature (shape not
   <dd>Add new vertex to selected linear feature (shape not
   changed).</dd>
   changed).</dd>
 
 
-  <dt><img src="icons/silk/chart_line_delete.png">&nbsp;Remove vertex</dt>
+  <dt><img src="icons/grass2/vertex-delete.png">&nbsp;
+    <img src="icons/grass/vdigit/rm.vertex.gif">&nbsp;
+    <img src="icons/silk/chart_line_delete.png"> <em>Remove vertex</em></dt>
   <dd>Remove selected vertex from linear feature. Thus shape of selected
   <dd>Remove selected vertex from linear feature. Thus shape of selected
   feature can be changed.</dd>
   feature can be changed.</dd>
 
 
-  <dt><img src="icons/silk/chart_line_link.png">&nbsp;Split line/boundary</dt>
+  <dt><img src="icons/grass2/line-split.png">&nbsp;
+    <img src="icons/grass/vdigit/split.line.gif">&nbsp;
+    <img src="icons/silk/chart_line_link.png"> <em>Split line/boundary</em></dt>
   <dd>Split selected linear feature on given position to separate
   <dd>Split selected linear feature on given position to separate
   vector features.</dd>
   vector features.</dd>
 
 
-  <dt><img src="icons/silk/chart_line_edit.png">&nbsp;Edit line/boundary</dt>
+  <dt><img src="icons/grass2/line-edit.png">&nbsp;
+    <img src="icons/grass/vdigit/edit.line.gif">&nbsp;
+    <img src="icons/silk/chart_line_edit.png"> <em>Edit line/boundary</em></dt>
   <dd>Edit selected linear feature, add new segments or remove
   <dd>Edit selected linear feature, add new segments or remove
   existing segments of linear feature.</dd>
   existing segments of linear feature.</dd>
 
 
-  <dt><img src="icons/silk/bullet_go.png">&nbsp;Move feature(s)</dt>
+  <dt><img src="icons/grass2/line-move.png">&nbsp;
+    <img src="icons/grass/vdigit/move.line.gif">&nbsp;
+    <img src="icons/silk/bullet_go.png"> <em>Move feature(s)</em></dt>
   <dd>Move selected vector features. Selection can be done by mouse or
   <dd>Move selected vector features. Selection can be done by mouse or
     by query.</dd>
     by query.</dd>
 
 
-  <dt><img src="icons/silk/vector_delete.png">&nbsp;Delete feature(s)</dt>
+  <dt><img src="icons/grass2/line-delete.png">&nbsp;
+    <img src="icons/grass/vdigit/delete.line.gif">&nbsp;
+    <img src="icons/silk/vector_delete.png"> <em>Delete feature(s)</em></dt>
   <dd>Delete selected vector features. Selection can be done by mouse
   <dd>Delete selected vector features. Selection can be done by mouse
   or by query.</dd>
   or by query.</dd>
 
 
-  <dt><img src="icons/silk/chart_organisation.png">&nbsp;Display/update categories</dt>
+  <dt><img src="icons/grass2/cats-display.png">&nbsp;
+    <img src="icons/grass/vdigit/display.cats.gif">&nbsp;
+    <img src="icons/silk/chart_organisation.png"> <em>Display/update categories</em></dt>
   <dd>Display categories of selected vector feature. Category settings
   <dd>Display categories of selected vector feature. Category settings
   can be modified, new layer/category pairs added or already defined pairs
   can be modified, new layer/category pairs added or already defined pairs
   removed.</dd>
   removed.</dd>
 
 
-  <dt><img src="icons/silk/chart_organisation_add.png">&nbsp;Copy categories / Duplicate attributes</dt>
+  <dt><img src="icons/grass2/cats-copy.png">&nbsp;
+    <img src="icons/grass/vdigit/copy.cats.gif">&nbsp;
+    <img src="icons/silk/chart_organisation_add.png"> <em>Copy categories / Duplicate attributes</em></dt>
   <dd><ul>
   <dd><ul>
       <li>Copy category settings of selected vector feature to other
       <li>Copy category settings of selected vector feature to other
 	vector features. Layer/category pairs of source vector features are
 	vector features. Layer/category pairs of source vector features are
@@ -125,13 +151,17 @@ which was left open with the <em>v.build</em> module.
     </ul>
     </ul>
   </dd>
   </dd>
 
 
-  <dt><img src="icons/silk/table.png">&nbsp;Display/update attributes</dt>
+  <dt<img src="icons/grass2/attributes-display.png">&nbsp;
+    <img src="icons/grass/vdigit/display.attributes.gif">&nbsp;
+    <img src="icons/silk/table.png"> <em>Display/update attributes</em></dt>
   <dd>Display attributes of selected vector feature (based on its
   <dd>Display attributes of selected vector feature (based on its
     category settings).  Attributes can be also modified. Same
     category settings).  Attributes can be also modified. Same
     functionality is accessible from Main toolbar "Query vector map
     functionality is accessible from Main toolbar "Query vector map
     (editable mode)".</dd>
     (editable mode)".</dd>
 
 
-  <dt><img src="icons/silk/plugin.png">&nbsp;Additional tools</dt>
+  <dt><img src="icons/grass2/tools.png">&nbsp;
+    &nbsp;&nbsp;&nbsp;
+    <img src="icons/silk/plugin.png"> <em>Additional tools</em></dt>
   <dd>
   <dd>
     <ul>
     <ul>
       <li>Copy features from (background) map<br> Make identical copy of
       <li>Copy features from (background) map<br> Make identical copy of
@@ -173,13 +203,19 @@ which was left open with the <em>v.build</em> module.
     </ul>
     </ul>
   </dd>
   </dd>
 
 
-  <dt><img src="icons/silk/arrow_undo.png">&nbsp;Undo</dt>
+  <dt><img src="icons/grass2/undo.png">&nbsp;
+    &nbsp;&nbsp;&nbsp;
+    <img src="icons/silk/arrow_undo.png"> <em>Undo</em></dt>
   <dd>Undo previous operations.</dd>
   <dd>Undo previous operations.</dd>
 
 
-  <dt><img src="icons/silk/color_swatch.png">&nbsp;Settings</dt>
+  <dt><img src="icons/grass2/settings.png">&nbsp;
+    <img src="icons/grass/vdigit/settings.gif">&nbsp;
+    <img src="icons/silk/color_swatch.png"> <em>Settings</em></dt>
   <dd>Dialog for vector digitizer settings.</dd>
   <dd>Dialog for vector digitizer settings.</dd>
 
 
-  <dt><img src="icons/silk/door_in.png">&nbsp;Quit digitizing tool</dt>
+  <dt><img src="icons/grass2/quit.png">&nbsp;
+    <img src="icons/grass/gui-exit.gif">&nbsp;
+    <img src="icons/silk/door_in.png"> <em>Quit digitizing tool</em></dt>
   <dd>Changes in vector map can be optionally discarded when
   <dd>Changes in vector map can be optionally discarded when
   digitizing session is quited.</dd>
   digitizing session is quited.</dd>
 
 

二进制
gui/wxpython/docs/wxGUI_vector_digitizer_toolbar.jpg