mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Updated help for the plugin (still not complete)
Added screenshots to the Makefile.am git-svn-id: http://svn.osgeo.org/qgis/trunk@1035 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
4db696924a
commit
6a605ec62b
@ -11,7 +11,10 @@
|
||||
docdatadir = $(datadir)/$(PACKAGE)/doc/plugins/delimited_text
|
||||
|
||||
docdata_DATA = \
|
||||
index.html
|
||||
index.html \
|
||||
dialog.png \
|
||||
plugin_manager.png \
|
||||
toolbar_icon.png
|
||||
|
||||
# generated by ls -1 | sed -e '/CVS/d' -e '/Makefile/d' -e 's#\(.*\)# \1 \\#'
|
||||
|
||||
|
@ -1,8 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
<h2>Delmited Text Plugin</h2>
|
||||
This Delimited Text plugin allows you to load a delimited text file
|
||||
as a layer in QGIS. A valid text file must contain:
|
||||
<h1>Delmited Text Plugin</h1>
|
||||
The Delimited Text plugin allows you to load a delimited text file
|
||||
as a layer in QGIS.
|
||||
<h2>Requirements</h2>
|
||||
To view a delimited text file as layer, the text file must contain:
|
||||
<ol>
|
||||
<li>A delimited header row of field names. This must be the
|
||||
first line in the text file</li>
|
||||
@ -32,6 +34,24 @@
|
||||
<li>The x coordinates are contained in the <i>longdec</i> field</li>
|
||||
<li>The y coordinates are contained in the <i>latdec</i> field</li>
|
||||
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
||||
</ol>
|
||||
<h2>Using the Plugin</h2>
|
||||
To use the plugin you must have QGIS running and use the Plugin Manager to load the plugin:
|
||||
<ol>
|
||||
<li>Start QGIS</li>
|
||||
<li>Open the Plugin Manager by choosing the <i>Tools|Plugin Manager</i> menu. The
|
||||
Plugin Manager displays a list of available plugins. Plugins that are already loaded have
|
||||
a checkmark to the left of their name. Click on the checkbox to the left of the <i>Add Delimited Text
|
||||
Layer</i> plugin and click Ok to load it.<br><br>
|
||||
<img src="plugin_manager.png" alt="Plugin Manager">
|
||||
</li>
|
||||
<li>A new toolbar icon is now present:
|
||||
<img src="toolbar_icon.png" align="absmiddle" alt="Delimited Text toolbar icon"></li>
|
||||
<li>Click on the icon to open the Delimited Text dialog:
|
||||
<br><br>
|
||||
<img src="dialog.png" alt="Add delimited text layer dialog">
|
||||
|
||||
</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user