[QGIS Commit] r9459 - in docs/trunk/english_us/user_guide: . plugins_coordinate_capture_images plugins_screenies

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Oct 8 10:49:42 EDT 2008


Author: dassau
Date: 2008-10-08 10:49:41 -0400 (Wed, 08 Oct 2008)
New Revision: 9459

Added:
   docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/geographic.png
   docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/tracking.png
   docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/transformed.png
   docs/trunk/english_us/user_guide/plugins_screenies/coordinate_capture1.png
   docs/trunk/english_us/user_guide/plugins_screenies/coordinate_capture_dialog.png
Modified:
   docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex
   docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/Makefile
   docs/trunk/english_us/user_guide/plugins_screenies/Makefile
Log:
finished coordinate_capture plugin description


Modified: docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex	2008-10-08 12:53:01 UTC (rev 9458)
+++ docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex	2008-10-08 14:49:41 UTC (rev 9459)
@@ -2,10 +2,42 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-\updatedisclaimer
+% \updatedisclaimer
 
+The coordinate capture plugin is easy to use and provides the 
+capability to display coordinates on the map canvas for two 
+selected Coordinate Reference Systems (CRS). You can click a 
+certain point and copy the coordinates to the clipboard or you 
+use the mouse tracking functionality 
 
+\begin{figure}[ht]
+   \begin{center}
+   \caption{Coordinate Cature Plugin \nixcaption}\label{fig:coordinate_capture_dialog}\smallskip
+   \includegraphics[clip=true]{coordinate_capture_dialog}
+\end{center}  
+\end{figure}
 
+\begin{enumerate}
+  \item Start QGIS, select \dropmenuopttwo{mActionOptions}{Project Properties} from 
+  the \mainmenuopt{Settings} menu and click on the \tab{Projection} tab. As an alternative you 
+  you can also click on the \toolbtntwo{mIconProjectionEnabled}{projector} icon in the lower 
+  right-hand corner of the statusbar.
+  \item Click on the \checkbox{Enable on the fly projection} checkbox and select the projected 
+  coordinate system \filename{"NAD27/Alaska Albers"} with EPSG 2964 (see also 
+  Section \ref{label_projections}).
+  \item Load the \filename{alaska.shp} vector layer from the qgis sample dataset.
+  \item Load the coordinate capture plugin in the Plugin Manager (see Section 
+  \ref{sec:load_core_plugin}) and click on the \toolbtntwo{coordinate_capture}{Coordinate Capture} 
+  icon. The cordinate capture dialog appears as shown in Figure \ref{fig:coordinate_capture_dialog}.
+  \item Click on the \toolbtntwo{geographic}{Click to the select the CRS to use for coordinate display} 
+  icon and select Geographic Coordinate System \filename{WGS84} (EPSG 4326).
+  \item You can now click anywhere on the map canvas and the plugin will show the 
+  \filename{"NAD27/Alaska Albers"} and \filename{WGS84} coordinates for your selected points as shown in 
+  Figure \ref{fig:coordinate_capture_dialog}.
+  \item To enable mouse coordinate tracking click the \toolbtntwo{tracking}{mouse tracking} icon.
+  \item You can also copy selected coordinates to the clipboard.
+\end{enumerate}
+
 \newpage
 
 

Modified: docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/Makefile	2008-10-08 12:53:01 UTC (rev 9458)
+++ docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/Makefile	2008-10-08 14:49:41 UTC (rev 9459)
@@ -12,7 +12,10 @@
 #	nextfile.eps
 
 PNG=coordinate_capture.eps\
-	
+	geographic.eps\
+	tracking.eps\
+	transformed.eps\
+
 ##### TARGETS #####
 
 all: $(PNG) $(JPG)

Added: docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/geographic.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/geographic.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/tracking.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/tracking.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/transformed.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_coordinate_capture_images/transformed.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: docs/trunk/english_us/user_guide/plugins_screenies/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/plugins_screenies/Makefile	2008-10-08 12:53:01 UTC (rev 9458)
+++ docs/trunk/english_us/user_guide/plugins_screenies/Makefile	2008-10-08 14:49:41 UTC (rev 9459)
@@ -16,7 +16,9 @@
 	mapserver_export_qgs.eps\
 	mapserver_export_dialog.eps\
 	mapserver_export_test.eps\
+	coordinate_capture_dialog.eps\
 
+
 ##### TARGETS #####
 
 all: $(PNG) $(JPG)

Added: docs/trunk/english_us/user_guide/plugins_screenies/coordinate_capture1.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_screenies/coordinate_capture1.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/english_us/user_guide/plugins_screenies/coordinate_capture_dialog.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_screenies/coordinate_capture_dialog.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the QGIS-commit mailing list