[QGIS Commit] r9784 - in docs/trunk/english_us/user_guide: .
plugins_ftools_images
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat Dec 13 14:25:59 EST 2008
Author: dassau
Date: 2008-12-13 14:25:59 -0500 (Sat, 13 Dec 2008)
New Revision: 9784
Added:
docs/trunk/english_us/user_guide/plugins_ftools.tex
docs/trunk/english_us/user_guide/plugins_ftools_images/
docs/trunk/english_us/user_guide/plugins_ftools_images/Makefile
docs/trunk/english_us/user_guide/plugins_ftools_images/analysis.png
docs/trunk/english_us/user_guide/plugins_ftools_images/calcgeom.png
docs/trunk/english_us/user_guide/plugins_ftools_images/centroids.png
docs/trunk/english_us/user_guide/plugins_ftools_images/checkgeometry.png
docs/trunk/english_us/user_guide/plugins_ftools_images/clip.png
docs/trunk/english_us/user_guide/plugins_ftools_images/conversion.png
docs/trunk/english_us/user_guide/plugins_ftools_images/datamanagement.png
docs/trunk/english_us/user_guide/plugins_ftools_images/define.png
docs/trunk/english_us/user_guide/plugins_ftools_images/dissolve.png
docs/trunk/english_us/user_guide/plugins_ftools_images/dynamicbuffer.png
docs/trunk/english_us/user_guide/plugins_ftools_images/erase.png
docs/trunk/english_us/user_guide/plugins_ftools_images/extractnodes.png
docs/trunk/english_us/user_guide/plugins_ftools_images/fieldstats.png
docs/trunk/english_us/user_guide/plugins_ftools_images/ftoolslogo.png
docs/trunk/english_us/user_guide/plugins_ftools_images/ftoolslogo2.png
docs/trunk/english_us/user_guide/plugins_ftools_images/geoprocessing.png
docs/trunk/english_us/user_guide/plugins_ftools_images/help.png
docs/trunk/english_us/user_guide/plugins_ftools_images/intersect.png
docs/trunk/english_us/user_guide/plugins_ftools_images/intersectlines.png
docs/trunk/english_us/user_guide/plugins_ftools_images/joinattr.png
docs/trunk/english_us/user_guide/plugins_ftools_images/listunique.png
docs/trunk/english_us/user_guide/plugins_ftools_images/meancoords.png
docs/trunk/english_us/user_guide/plugins_ftools_images/multiconvex.png
docs/trunk/english_us/user_guide/plugins_ftools_images/multitosingle.png
docs/trunk/english_us/user_guide/plugins_ftools_images/nearestneigh.png
docs/trunk/english_us/user_guide/plugins_ftools_images/pointdistance.png
docs/trunk/english_us/user_guide/plugins_ftools_images/pointpoly.png
docs/trunk/english_us/user_guide/plugins_ftools_images/polystolines.png
docs/trunk/english_us/user_guide/plugins_ftools_images/project.png
docs/trunk/english_us/user_guide/plugins_ftools_images/random.png
docs/trunk/english_us/user_guide/plugins_ftools_images/randompoints.png
docs/trunk/english_us/user_guide/plugins_ftools_images/regularpoints.png
docs/trunk/english_us/user_guide/plugins_ftools_images/remove.png
docs/trunk/english_us/user_guide/plugins_ftools_images/sampling.png
docs/trunk/english_us/user_guide/plugins_ftools_images/selectlocation.png
docs/trunk/english_us/user_guide/plugins_ftools_images/selectsubset.png
docs/trunk/english_us/user_guide/plugins_ftools_images/simplify.png
docs/trunk/english_us/user_guide/plugins_ftools_images/singletomulti.png
docs/trunk/english_us/user_guide/plugins_ftools_images/spatialjoin.png
docs/trunk/english_us/user_guide/plugins_ftools_images/sumlines.png
docs/trunk/english_us/user_guide/plugins_ftools_images/symdiff.png
docs/trunk/english_us/user_guide/plugins_ftools_images/union.png
docs/trunk/english_us/user_guide/plugins_ftools_images/vectorgrid.png
docs/trunk/english_us/user_guide/plugins_ftools_images/vectorsplit.png
Modified:
docs/trunk/english_us/user_guide/Makefile
docs/trunk/english_us/user_guide/forward.tex
docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex
docs/trunk/english_us/user_guide/plugins_decorations.tex
docs/trunk/english_us/user_guide/plugins_delimited_text.tex
docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex
docs/trunk/english_us/user_guide/plugins_georeferencer.tex
docs/trunk/english_us/user_guide/plugins_gps.tex
docs/trunk/english_us/user_guide/plugins_graticule_creator.tex
docs/trunk/english_us/user_guide/plugins_installer.tex
docs/trunk/english_us/user_guide/plugins_interpolation.tex
docs/trunk/english_us/user_guide/plugins_mapserver_export.tex
docs/trunk/english_us/user_guide/plugins_ogr_converter.tex
docs/trunk/english_us/user_guide/user_guide.tex
Log:
- started a new section for the external ftool plugin
Modified: docs/trunk/english_us/user_guide/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/Makefile 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/Makefile 2008-12-13 19:25:59 UTC (rev 9784)
@@ -83,6 +83,7 @@
(cd ./plugins_quick_print_images && make)
(cd ./plugins_spit_images && make)
(cd ./plugins_screenies && make)
+ (cd ./plugins_ftools_images && make)
# (cd ./plugins_python_images && make)
(cd ./getting_started_screenies && make)
(cd ./working_with_vector_screenies && make)
@@ -133,6 +134,7 @@
(cd ./plugins_quick_print_images && make clean)
(cd ./plugins_spit_images && make clean)
(cd ./plugins_python_images && make clean)
+ (cd ./plugins_ftools_images && make clean)
(cd ./plugins_screenies && make clean)
(cd ./getting_started_screenies && make clean)
(cd ./working_with_vector_screenies && make clean)
@@ -152,7 +154,7 @@
(cd ./plugins_delimited_text_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/delimited_text/*.png .)
(cd ./plugins_decorations_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/north_arrow/*.png . \
&& cp $(QGISPLUGINSOURCE)/copyright_label/*.png . && cp $(QGISPLUGINSOURCE)/scale_bar/*.png .)
-# (cd ./plugins_geoprocessing_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/*.png .)
+ (cd ./plugins_geoprocessing_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/*.png .)
(cd ./plugins_georeferencer_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/georeferencer/*.png .)
(cd ./plugins_gps_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/gps_importer/*.png .)
(cd ./plugins_grass_module_images && rm -f *.png *.eps && cp $(QGISPLUGINSOURCE)/grass/themes/default/*.png)
Modified: docs/trunk/english_us/user_guide/forward.tex
===================================================================
--- docs/trunk/english_us/user_guide/forward.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/forward.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -32,10 +32,9 @@
find it as Appendix \ref{gpl_appendix}.
\begin{Tip}\caption{\textsc{Up-to-date Documentation}}\index{documentation}
-\qgistip{The latest version of this document in PDF format can always be found at \newline
-\url{http://download.osgeo.org/qgis/doc/manual/}
-or on the QGIS website at
-\url{http://qgis.osgeo.org/http://qgis.osgeo.org/documentation/manuals.html}
+\qgistip{The latest version of this document can always be found at
+\url{http://download.osgeo.org/qgis/doc/manual/} or in the documentation
+area of the QGIS website at \url{http://qgis.osgeo.org/documentation/}
}
\end{Tip}
@@ -44,7 +43,7 @@
QGIS offers many common GIS functionalities provided by core features and
plugins. As a short summary they are presented in six categories to gain a
first insight.
-%% FIXME (check these features against the capabilities of Kore 1.0.0)
+
\minisec{View data}
You can view and overlay vector and raster data in different formats and
@@ -52,13 +51,13 @@
formats include:
\begin{itemize}
-\item spatially-enabled PostgreSQL tables using PostGIS, \textbf{most} vector
-formats\footnote{OGR-supported database formats are not yet supported in QGIS.}
-supported by the OGR library, including ESRI shapefiles, MapInfo,
+\item spatially-enabled PostgreSQL tables using PostGIS, vector formats
+\footnote{OGR-supported database formats are not yet supported in QGIS.}
+supported by the installed OGR library, including ESRI shapefiles, MapInfo,
SDTS and GML.
-\item all raster formats supported by the GDAL library, such as digital
-elevation models, aerial photography or landsat imagery,
-\item GRASS mapsets,
+\item Raster and imagery formats supported by the installed GDAL library, such
+as GeoTiff, Erdas Img., ArcInfo Ascii Grid, JPEG, PNG,
+\item GRASS raster and vector data from a GRASS database (location/mapsets),
\item Online spatial data served as OGC-compliant WMS or WFS.
\end{itemize}
@@ -99,22 +98,17 @@
\minisec{Analyse data}
You can perform spatial data analysis on PostgreSQL/PostGIS and other OGR
-supported formats using the geoprocessing plugin. It currently offers buffer,
-intersection, union, dissolve, difference and convex hull. Or you use the
-integrated GRASS tools, including the complete GRASS functionality, e.g:
+supported formats using the ftools python plugin. It currently offers
+vector analysis, sampling, geoprocessing, geometry and database management
+tool (See Section \ref{sec:ftools}). Or you use the integrated GRASS tools,
+including the complete GRASS functionality with more than 300 modules (See
+Section \ref{sec:grass}).
-\begin{itemize}
-\item Image processing (image fusion, classification, filtering, enhancement)
-\item Raster analysis (map algebra, terrain analysis, hydrologic modeling
-\item Vector analysis (digitizing, union, intersection, buffer)
-\item Network analysis (shortest path, travelling salesman)
-\end{itemize}
-
\minisec{Publish maps on the internet}
QGIS can be used to export data to a mapfile and to visualize them in the
internet using a webserver with UMN MapServer installed. QGIS can also
-be used as a WMS and WFS client and WMS server.
+be used as a WMS, WFS client and as WMS server.
\minisec{Extend QGIS functionality through plugins}
@@ -126,12 +120,18 @@
\item \textbf{Core Plugins}
\\ \\ Add WFS Layer
\\ Add Delimited Text Layer
+\\ Coordinate Capture
\\ Decorations (Copyright Label, North Arrow and Scale bar)
\\ Georeferencer
+\\ Dxf2Shp Converter
\\ GPS Tools
\\ GRASS integration
\\ Graticules Creator
+\\ Interpolation Plugin
+\\ OGR Layer Converter
+\\ Quick Print
\\ SPIT Shapefile to PostgreSQL/PostGIS Import Tool
+\\ Mapserver Export
\\ Python Console
\\ Python Plugin Installer
\\ \item \textbf{Python Plugins}
@@ -140,11 +140,3 @@
PyQGIS repository using the python plugin installer.
\end{itemize}
-
-%% FIXME (maybe the whats new part should be added again?)
-
-
-
-
-
-
Modified: docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the Coordinate Capture Plugin}
+\subsection{Coordinate Capture Plugin}
% when the revision of a section has been finalized,
% comment out the following line:
Modified: docs/trunk/english_us/user_guide/plugins_decorations.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_decorations.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_decorations.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the Decorations Plugins}
+\subsection{Decorations Plugins}
% when the revision of a section has been finalized,
% comment out the following line:
@@ -85,4 +85,4 @@
% \caption{Scale Bar Plugin}\label{fig:scale_bar}\smallskip
% \includegraphics[clip=true, width=8cm]{scale_bar}
%\end{center}
-%\end{figure}
\ No newline at end of file
+%\end{figure}
Modified: docs/trunk/english_us/user_guide/plugins_delimited_text.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_delimited_text.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_delimited_text.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the Delimited Text Plugin}\label{label_dltext}
+\subsection{Delimited Text Plugin}\label{label_dltext}
% when the revision of a section has been finalized,
% comment out the following line:
@@ -102,4 +102,4 @@
Choose the X and Y fields from the drop down boxes and enter a Layer name as shown in Figure \ref{fig:delim_text_file_selected3}.
To add the layer to the map, click \button{Add Layer}.
-The delimited text file now behaves as any other map layer in QGIS.
\ No newline at end of file
+The delimited text file now behaves as any other map layer in QGIS.
Modified: docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the DXF2Shape Converter Plugin}
+\subsection{Dxf2Shp Converter Plugin}
% when the revision of a section has been finalized,
% comment out the following line:
Added: docs/trunk/english_us/user_guide/plugins_ftools.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_ftools.tex (rev 0)
+++ docs/trunk/english_us/user_guide/plugins_ftools.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -0,0 +1,127 @@
+\subsection{fTools Plugin}\label{sec:ftools}
+
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
+The goal of the fTools python plugin is to provide a one-stop resource for
+many common vector-based GIS tasks, without the need for additional software,
+libraries, or complex workarounds. It provides a growing suite of spatial
+data management and analysis functions that are both quick and functional.
+
+\minisec{Install the fTools Plugin}
+
+To use the functionalities in QGIS, you must install the fTool python plugin
+with the Python Plugin Installer (see Section \ref{sec:external_plugins}) and
+then select and load it with the Plugin Manager. Therefore click the menu
+\mainmenuopt{Plugins} > \mainmenuopt{Manage Plugins}, select
+\dropmenuopt{fTools} and click \button{OK}. A new menu \mainmenuopt{Tools}
+occurs in the main menu and provides following tools:
+
+\minisec{Analysis tools}
+
+\begin{table}[ht]\index{Analysis tools}
+\centering
+\caption{fTool analysis tools}\label{tab:ftool_analysis}\medskip
+ \begin{tabular}{|p{0.3in}|p{1.2in}|p{4.7in}|}
+ \hline \textbf{Icon} & \textbf{Tool} & \textbf{Purpose} \\
+ \hline \includegraphics[width=0.7cm]{pointdistance} & Distance Matrix &
+Measure distances between two point layers, and output results as a) Square
+distance matrix, b) Linear distance matrix, or c) Summary of distances. Can
+limit distances to the k nearest features. \\
+ \hline \includegraphics[width=0.7cm]{sumlines} & Sum line length & Calculate
+the total sum of line lengths for each polygon of a polygon vector layer. \\
+ \hline \includegraphics[width=0.7cm]{pointpoly} & Points in polygon & Count
+the number of points that occur in each polygon of an input polygon vector
+layer. \\
+ \hline \includegraphics[width=0.7cm]{listunique} & List unique values & List
+all unique values in an input vector layer field. \\
+ \hline \includegraphics[width=0.7cm]{fieldstats} & Basic statistic & Compute
+basic statistics (mean, std dev, N, sum, CV) on an input field. \\
+ \hline \includegraphics[width=0.7cm]{nearestneigh} & Nearest Neighbor analysis
+& Compute nearest neighbour statistics to assess the level of clustering in a
+point vector layer. \\
+ \hline \includegraphics[width=0.7cm]{meancoords} & Mean coordinate(s) &
+Compute either the normal or weighted mean center of an entire vector layer,
+or multiple features based on a unique ID field. \\
+ \hline \includegraphics[width=0.7cm]{intersectlines} & Line intersections &
+Locate intersections between lines, and output results as a point shapefile.
+Useful for locating road or stream intersections, ignores line intersections
+with length > 0. \\
+ \hline
+\end{tabular}
+\end{table}
+
+\minisec{Sampling tools}
+
+\begin{table}[ht]\index{Sampling tools}
+\centering
+\caption{fTool sampling tools}\label{tab:ftool_sampling}\medskip
+ \begin{tabular}{|p{0.3in}|p{1.3in}|p{4.6in}|}
+ \hline \textbf{Icon} & \textbf{Tool} & \textbf{Purpose} \\
+ \hline \includegraphics[width=0.7cm]{random} & Random selection & Randomly select n number of features, or n percentage of features \\
+ \hline \includegraphics[width=0.7cm]{selectsubset} & Random selection within subsets & Randomly select features within subsets based on a unique ID field. \\
+ \hline \includegraphics[width=0.7cm]{randompoints} & Random points & Generate pseudo-random points over a given input layer. \\
+ \hline \includegraphics[width=0.7cm]{regularpoints} & Regular points & Generate a regular grid of points over a specified region and export them as a point shapefile. \\
+ \hline \includegraphics[width=0.7cm]{vectorgrid} & Vector grid & Generate a line or polygon grid based on user specified grid spacing. \\
+ \hline \includegraphics[width=0.7cm]{selectlocation} & Select by location & Select features based on their location relative to another layer to form a new selection, or add or subtract from the current selection. \\
+ \hline
+\end{tabular}
+\end{table}
+
+\minisec{Geoprocessing tools}
+
+\begin{table}[ht]\index{Geoprocessing tools}
+\centering
+\caption{fTool geoprocessing tools}\label{tab:ftool_geoprocessing}\medskip
+ \begin{tabular}{|p{0.3in}|p{0.8in}|p{5.1in}|}
+ \hline \textbf{Icon} & \textbf{Tool} & \textbf{Purpose} \\
+ \hline \includegraphics[width=0.7cm]{multiconvex} & Convex hull & Create minimum convex hull(s) for an input layer, or based on an ID field. \\
+ \hline \includegraphics[width=0.7cm]{dynamicbuffer} & Buffer & Create buffer(s) around features based on distance, or distance field. \\
+ \hline \includegraphics[width=0.7cm]{intersect} & Intersect & Overlay layers such that output contains areas where both layers intersect. \\
+ \hline \includegraphics[width=0.7cm]{union} & Union & Overlay layers such that output contains all intersecting and non-intersecting areas of input layers. \\
+ \hline \includegraphics[width=0.7cm]{symdiff} & Symetrical difference & Overlay layers such that output contains those areas of the input and difference layers that do not intersect. \\
+ \hline \includegraphics[width=0.7cm]{clip} & Clip & Overlay layers such that output contains those areas of the input layer that intersect the clip layer. \\
+ \hline \includegraphics[width=0.7cm]{erase} & Difference & Overlay layers such that output contains those areas of the input layer that do not intersect the clip layer. \\
+ \hline \includegraphics[width=0.7cm]{dissolve} & Dissolve & Merge features based on input field. All features with indentical input values are combined to form one single feature. \\
+ \hline
+\end{tabular}
+\end{table}
+
+\minisec{Geometry tools}
+
+\begin{table}[ht]\index{Geometry tools}
+\centering
+\caption{fTool geometry tools}\label{tab:ftool_geometry}\medskip
+ \begin{tabular}{|p{0.3in}|p{1.2in}|p{4.7in}|}
+ \hline \textbf{Icon} & \textbf{Tool} & \textbf{Purpose} \\
+ \hline \includegraphics[width=0.7cm]{checkgeometry} & Check geometry validity & Check polygon geometries for self-intersections, closed-holes and polygons, and correct node ordering. \\
+ \hline \includegraphics[width=0.7cm]{calcgeom} & Export/Add geometry columns & Add vector layer geometry info to point (XCOORD, YCOORD), line (LENGTH), or polygon (AREA, PERIMETER) layer. \\
+ \hline \includegraphics[width=0.7cm]{centroids} & Polygon centroids & Calculate the true centroids, or 'center of mass' for each polygon in an input polygon layer. \\
+ \hline \includegraphics[width=0.7cm]{simplify} & Simplify geometries & Simplify (generalise) line or polygon vector layers using (a modified) Douglas-Peucker algorithm. \\
+ \hline \includegraphics[width=0.7cm]{multitosingle} & Multipart to singleparts & Convert multipart features to multiple singlepart features. Creates simple polygons and lines. \\
+ \hline \includegraphics[width=0.7cm]{singletomulti} & Singleparts to multipart & Merge multiple features to a single multipart feature based on a unique ID field. \\
+ \hline \includegraphics[width=0.7cm]{polystolines} & Polygons to lines & Convert polygon features to line features. Multipart polygons are converted to multiple singlepart lines. \\
+ \hline \includegraphics[width=0.7cm]{extractnodes} & Extract nodes & Extract nodes from line and polygon vector layers and output them as points. \\
+ \hline
+\end{tabular}
+\end{table}
+
+\minisec{Data management tools}
+
+\begin{table}[ht]\index{Data management tools}
+\centering
+\caption{fTool data management tools}\label{tab:fTool_data_management}\medskip
+ \begin{tabular}{|p{0.3in}|p{1.2in}|p{4.7in}|}
+ \hline \textbf{Icon} & \textbf{Tool} & \textbf{Purpose} \\
+ \hline \includegraphics[width=0.7cm]{project} & Export to new projection & Based on input CRS, project features to new CRS and export as new shapefile. \\
+ \hline \includegraphics[width=0.7cm]{define} & Define current projection & Specify the CRS for shapefiles whose CRS has not been defined. \\
+ \hline \includegraphics[width=0.7cm]{joinattr} & Join attributes & Join additional attributes to vector layer attribute table and output results to a new shapefile. Additional attributes can be from a vector layer or stand-alone dbf table. \\
+ \hline \includegraphics[width=0.7cm]{spatialjoin} & Join attributes by location & Join additional attributes to vector layer based on spatial relationship. Attributes from one vector layer are appended to the attribute table of another layer and exported as a shapefile \\
+ \hline \includegraphics[width=0.7cm]{vectorsplit} & Split vector layer & Split input vector layer into multiple separate vector layers based on input field. \\
+ \hline
+\end{tabular}
+\end{table}
+
+
+
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/plugins_ftools_images/Makefile (rev 0)
+++ docs/trunk/english_us/user_guide/plugins_ftools_images/Makefile 2008-12-13 19:25:59 UTC (rev 9784)
@@ -0,0 +1,83 @@
+# makefile to convert figures into eps format for the book
+
+# Comments from Michel Wurtz:
+# You will notice that the list given is the list of targets. "all" just
+# refer to this list. The most important rule is the next rule, that give
+# the generic rule for transforming a .fig into a .eps file. Note the use
+# of % (define the couple target:source) and the use of
+# $< (source postfix, here .fig) and $@ (target postfix, here .eps)
+
+# with .eps extension:
+# JPG=qgis_icon_new_verylarge.eps\
+# nextfile.eps
+
+PNG=analysis.eps\
+ calcgeom.eps\
+ centroids.eps\
+ checkgeometry.eps\
+ clip.eps\
+ conversion.eps\
+ datamanagement.eps\
+ define.eps\
+ dissolve.eps\
+ dynamicbuffer.eps\
+ erase.eps\
+ extractnodes.eps\
+ fieldstats.eps\
+ ftoolslogo2.eps\
+ ftoolslogo.eps\
+ geoprocessing.eps\
+ help.eps\
+ intersectlines.eps\
+ intersect.eps\
+ joinattr.eps\
+ listunique.eps\
+ meancoords.eps\
+ multiconvex.eps\
+ multitosingle.eps\
+ nearestneigh.eps\
+ pointdistance.eps\
+ pointpoly.eps\
+ polystolines.eps\
+ project.eps\
+ random.eps\
+ randompoints.eps\
+ regularpoints.eps\
+ remove.eps\
+ sampling.eps\
+ selectlocation.eps\
+ selectsubset.eps\
+ simplify.eps\
+ singletomulti.eps\
+ spatialjoin.eps\
+ sumlines.eps\
+ symdiff.eps\
+ union.eps\
+ vectorgrid.eps\
+ vectorsplit.eps\
+
+##### TARGETS #####
+
+all: $(PNG) $(JPG)
+ if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
+ #do not use move (mv):
+ cp *.eps ../finalpix/
+
+#$(EPS): %.eps: %.fig
+# fig2dev -L eps $< > $@
+
+#$(FIGPNG): %.png: %.fig
+# fig2dev -L png -m 2 $< > $@
+
+$(PNG): %.eps: %.png
+ # Workaround for PDF
+ #convert -geometry 300x -depth 1 $< $@
+ convert $< $@
+
+$(JPG): %.eps: %.jpg
+ # Workaround for PDF
+ #convert -geometry 300x -depth 1 $< $@
+ convert $< $@
+
+clean:
+ rm -f *.bak *~ *.pdf $(PNG) $(JPG)
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/analysis.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/analysis.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/calcgeom.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/calcgeom.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/centroids.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/centroids.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/checkgeometry.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/checkgeometry.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/clip.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/clip.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/conversion.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/conversion.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/datamanagement.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/datamanagement.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/define.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/define.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/dissolve.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/dissolve.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/dynamicbuffer.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/dynamicbuffer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/erase.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/erase.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/extractnodes.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/extractnodes.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/fieldstats.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/fieldstats.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/ftoolslogo.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/ftoolslogo.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/ftoolslogo2.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/ftoolslogo2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/geoprocessing.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/geoprocessing.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/help.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/help.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/intersect.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/intersect.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/intersectlines.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/intersectlines.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/joinattr.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/joinattr.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/listunique.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/listunique.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/meancoords.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/meancoords.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/multiconvex.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/multiconvex.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/multitosingle.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/multitosingle.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/nearestneigh.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/nearestneigh.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/pointdistance.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/pointdistance.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/pointpoly.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/pointpoly.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/polystolines.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/polystolines.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/project.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/project.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/random.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/random.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/randompoints.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/randompoints.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/regularpoints.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/regularpoints.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/remove.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/remove.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/sampling.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/sampling.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/selectlocation.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/selectlocation.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/selectsubset.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/selectsubset.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/simplify.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/simplify.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/singletomulti.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/singletomulti.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/spatialjoin.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/spatialjoin.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/sumlines.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/sumlines.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/symdiff.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/symdiff.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/union.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/union.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/vectorgrid.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/vectorgrid.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: docs/trunk/english_us/user_guide/plugins_ftools_images/vectorsplit.png
===================================================================
(Binary files differ)
Property changes on: docs/trunk/english_us/user_guide/plugins_ftools_images/vectorsplit.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: docs/trunk/english_us/user_guide/plugins_georeferencer.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_georeferencer.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_georeferencer.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the Georeferencer Plugin}
+\subsection{Georeferencer Plugin}
% when the revision of a section has been finalized,
% comment out the following line:
Modified: docs/trunk/english_us/user_guide/plugins_gps.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_gps.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_gps.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the GPS Plugin}\label{label_plugingps}
+\subsection{GPS Plugin}\label{label_plugingps}
% when the revision of a section has been finalized,
% comment out the following line:
@@ -116,4 +116,4 @@
You can learn more about GPSBabel and it's available command line options at \url{http://www.gpsbabel.org}
-Once you have created a new device type it will appear in the device lists for the download and upload tools.
\ No newline at end of file
+Once you have created a new device type it will appear in the device lists for the download and upload tools.
Modified: docs/trunk/english_us/user_guide/plugins_graticule_creator.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_graticule_creator.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_graticule_creator.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the Graticule Creator Plugin}
+\subsection{Graticule Creator Plugin}
% when the revision of a section has been finalized,
% comment out the following line:
Modified: docs/trunk/english_us/user_guide/plugins_installer.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_installer.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_installer.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the Python Plugin Installer}
+\subsection{Python Plugin Installer}
% when the revision of a section has been finalized,
% comment out the following line:
Modified: docs/trunk/english_us/user_guide/plugins_interpolation.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_interpolation.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_interpolation.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the Interpolation Plugin}
+\subsection{Interpolation Plugin}
% when the revision of a section has been finalized,
% comment out the following line:
Modified: docs/trunk/english_us/user_guide/plugins_mapserver_export.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_mapserver_export.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_mapserver_export.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the MapServer Export Plugin}\label{sec:mapserver_export}
+\subsection{MapServer Export Plugin}\label{sec:mapserver_export}
% when the revision of a section has been finalized,
% comment out the following line:
Modified: docs/trunk/english_us/user_guide/plugins_ogr_converter.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_ogr_converter.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/plugins_ogr_converter.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -1,4 +1,4 @@
-\subsection{Using the OGR Converter Plugin}
+\subsection{OGR Converter Plugin}
% when the revision of a section has been finalized,
% comment out the following line:
Modified: docs/trunk/english_us/user_guide/user_guide.tex
===================================================================
--- docs/trunk/english_us/user_guide/user_guide.tex 2008-12-13 14:43:34 UTC (rev 9783)
+++ docs/trunk/english_us/user_guide/user_guide.tex 2008-12-13 19:25:59 UTC (rev 9784)
@@ -37,6 +37,7 @@
\include{plugins_ogr_converter}
\include{plugins_installer}
\include{external_plugins}
+\include{plugins_ftools}
\include{plugins_writing_in_cpp}
\include{plugins_writing_in_python}
%end of plugin docs
More information about the QGIS-commit
mailing list