[QGIS Commit] r11602 - in docs/trunk/english_us/user_guide: . working_with_vector_screenies

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Sep 9 05:20:10 EDT 2009


Author: dassau
Date: 2009-09-09 05:20:05 -0400 (Wed, 09 Sep 2009)
New Revision: 11602

Added:
   docs/trunk/english_us/user_guide/working_with_vector_screenies/redo_undo.png
Modified:
   docs/trunk/english_us/user_guide/title.tex
   docs/trunk/english_us/user_guide/working_with_vector.tex
   docs/trunk/english_us/user_guide/working_with_vector_screenies/Makefile
Log:
more updates for advanced editing


Modified: docs/trunk/english_us/user_guide/title.tex
===================================================================
--- docs/trunk/english_us/user_guide/title.tex	2009-09-09 06:57:19 UTC (rev 11601)
+++ docs/trunk/english_us/user_guide/title.tex	2009-09-09 09:20:05 UTC (rev 11602)
@@ -6,7 +6,7 @@
 
 \begin{figure}[H]
 \begin{center}
-\includegraphics[clip=true, scale=0.4]{qgis_icon_new_verylarge} 
+\includegraphics[clip=true]{qgislogo} 
 \end{center}
 \end{figure}
 

Modified: docs/trunk/english_us/user_guide/working_with_vector.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_vector.tex	2009-09-09 06:57:19 UTC (rev 11601)
+++ docs/trunk/english_us/user_guide/working_with_vector.tex	2009-09-09 09:20:05 UTC (rev 11602)
@@ -1398,16 +1398,27 @@
 \end{tabular}
 \end{table}
 
-\minisec{Undo}
+\minisec{Undo and Redo}
 \index{vector layers!undo}
-
-\minisec{Redo}
 \index{vector layers!redo}
 
+The \toolbtntwo{mActionUndo}{Undo} and \toolbtntwo{mActionRedo}{Redo} tools
+allow the user to undo or redo the last or a certain step within the
+digitizing process.  
+
+\begin{figure}[ht]
+   \begin{center}
+   \caption{Redo and Undo digitizing steps \nixcaption}\label{fig:vector_redoundo}\smallskip
+   \includegraphics[clip=true, width=14cm]{redo_undo}
+\end{center}
+\end{figure}
+
 \minisec{Simplify Feature}
 \index{vector layers!simplify}
 
-Fixed for simplify tool, show a message if the feature can't be simplified.
+The \toolbtntwo{mActionSimplify}{Simplify Feature} tool allows to reduce the
+number of vertices of a feature, as long as the geometry doesn't change. If a
+feature cannot be simplified, a message shows up.
 
 \minisec{Add Ring}
 \index{vector layers!add!ring}
@@ -1422,28 +1433,37 @@
 \index{vector layers!add!island}
 
 You can \toolbtntwo{mActionAddIsland}{add island} polygons to a selected
+multipolygon. The new island polygon has to be digitized outside the selected
 multipolygon.
-The new island polygon has to be digitized outside the selected multipolygon.
 
 \minisec{Delete Ring}
 \index{vector layers!delete!ring}
 
+The \toolbtntwo{mActionDeleteRing}{Delete Ring} tool allows to delete ring
+polygons inside an existing area.
+
 \minisec{Delete Part}
 \index{vector layers!delete!part}
 
+The \toolbtntwo{mActionDeletePart}{Delete Part} tool 
+
 \minisec{Split Features}
 \index{vector layers!split!feature}
 
 You can split features using the \toolbtntwo{mActionSplitFeatures}{Split
-Features} icon
-on the toolbar
+Features} icon on the toolbar
 
 \minisec{Merge selected features}
 \index{vector layers!merge!features}
 
+The \toolbtntwo{mActionMergeFeatures}{Merge Selected Features} tool allows to
+merge features that have common boundaries and the same attributes.  
+
 \minisec{Node Tool}
 \index{vector layers!node!tool}
 
+The \toolbtntwo{mActionNodeTool}{Node Tool} allows to
+
 Node tool now works also with on the fly projections turned on.
 Added support for topology editing in node toolAdded support for topology
 editing in node tool..

Modified: docs/trunk/english_us/user_guide/working_with_vector_screenies/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/working_with_vector_screenies/Makefile	2009-09-09 06:57:19 UTC (rev 11601)
+++ docs/trunk/english_us/user_guide/working_with_vector_screenies/Makefile	2009-09-09 09:20:05 UTC (rev 11602)
@@ -26,6 +26,7 @@
     vectorAttributeTable.eps\
     vectorNotWrapping.eps\
     vectorWrapping.eps\
+    redo_undo.eps\
 
 # digitising_attributes09.eps\
 #	newvectorlayer.eps\

Added: docs/trunk/english_us/user_guide/working_with_vector_screenies/redo_undo.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/working_with_vector_screenies/redo_undo.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the QGIS-commit mailing list