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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Oct 9 05:33:09 EDT 2008


Author: dassau
Date: 2008-10-09 05:33:08 -0400 (Thu, 09 Oct 2008)
New Revision: 9463

Added:
   docs/trunk/english_us/user_guide/plugins_screenies/ogrconverter_dialog.png
Modified:
   docs/trunk/english_us/user_guide/plugins_ogr_converter.tex
   docs/trunk/english_us/user_guide/plugins_screenies/Makefile
Log:
wrote a section for the OGR converter plugin

Modified: docs/trunk/english_us/user_guide/plugins_ogr_converter.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_ogr_converter.tex	2008-10-08 22:14:47 UTC (rev 9462)
+++ docs/trunk/english_us/user_guide/plugins_ogr_converter.tex	2008-10-09 09:33:08 UTC (rev 9463)
@@ -2,10 +2,34 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-\updatedisclaimer
+% \updatedisclaimer
 
+The OGR layer converter plugin allows to convert vector data from one OGR-supported 
+vector format to another OGR-supported vector format. It is very simple to handle and 
+provides functionalities as shown in Figure \ref{fig:ogrconverter_dialog}. The 
+supported formats can vary according to the installed GDAL/OGR package.
 
+\begin{itemize}
+\item \textbf{Source Format/Datset/Layer}: Enter OGR format and path to the vector file to be converted
+\item \textbf{Target Format/Datset/Layer}: Enter OGR format and path to the vector output file
+\end{itemize}
 
+\begin{figure}[ht]
+   \begin{center}
+   \caption{OGR Layer Converter Plugin \nixcaption}\label{fig:ogrconverter_dialog}\smallskip
+   \includegraphics[clip=true, width=9cm]{ogrconverter_dialog}
+\end{center}  
+\end{figure}
+
+\begin{enumerate}
+  \item Start QGIS, load the OGR converter plugin in the Plugin Manager (see Section 
+  \ref{sec:load_core_plugin}) and click on the \toolbtntwo{ogr_converter}{OGR Layer Converter} 
+  icon which appears in the QGIS toolbar menu. The OGR Layer Converter plugin dialog appears as shown in Figure \ref{fig:ogrconverter_dialog}.
+  \item Select the OGR-supported format \selectstring{ESRI Shapefile}{\ldots} and the path to the vector input file \filename{alaska.shp} in the Source area.
+  \item Select the OGR-supported format \selectstring{GML}{\ldots} and define a path and the vector output filename \filename{alaska.gml} in the Target area.
+  \item Click \button{Ok}.
+\end{enumerate}
+
 \newpage
 
 

Modified: docs/trunk/english_us/user_guide/plugins_screenies/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/plugins_screenies/Makefile	2008-10-08 22:14:47 UTC (rev 9462)
+++ docs/trunk/english_us/user_guide/plugins_screenies/Makefile	2008-10-09 09:33:08 UTC (rev 9463)
@@ -17,8 +17,8 @@
 	mapserver_export_dialog.eps\
 	mapserver_export_test.eps\
 	coordinate_capture_dialog.eps\
-
-
+	ogrconverter_dialog.eps\
+	
 ##### TARGETS #####
 
 all: $(PNG) $(JPG)

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


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



More information about the QGIS-commit mailing list