From 6a605ec62b9c9e5f2ed20bff09130bf9fda2b764 Mon Sep 17 00:00:00 2001 From: gsherman Date: Sat, 13 Mar 2004 17:01:38 +0000 Subject: [PATCH] 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 --- doc/plugins/delimited_text/Makefile.am | 5 +++- doc/plugins/delimited_text/index.html | 32 +++++++++++++++++++++----- 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/doc/plugins/delimited_text/Makefile.am b/doc/plugins/delimited_text/Makefile.am index 124b54cec6a..794036ac3cf 100644 --- a/doc/plugins/delimited_text/Makefile.am +++ b/doc/plugins/delimited_text/Makefile.am @@ -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 \\#' diff --git a/doc/plugins/delimited_text/index.html b/doc/plugins/delimited_text/index.html index 2b07f163997..ec4db3138b5 100644 --- a/doc/plugins/delimited_text/index.html +++ b/doc/plugins/delimited_text/index.html @@ -1,8 +1,10 @@ -

Delmited Text Plugin

- This Delimited Text plugin allows you to load a delimited text file - as a layer in QGIS. A valid text file must contain: +

Delmited Text Plugin

+ The Delimited Text plugin allows you to load a delimited text file + as a layer in QGIS. +

Requirements

+ To view a delimited text file as layer, the text file must contain:
  1. A delimited header row of field names. This must be the first line in the text file
  2. @@ -32,6 +34,24 @@
  3. The x coordinates are contained in the longdec field
  4. The y coordinates are contained in the latdec field
  5. -
- - + +

Using the Plugin

+ To use the plugin you must have QGIS running and use the Plugin Manager to load the plugin: +
    +
  1. Start QGIS
  2. +
  3. Open the Plugin Manager by choosing the Tools|Plugin Manager 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 Add Delimited Text + Layer plugin and click Ok to load it.

    + Plugin Manager +
  4. +
  5. A new toolbar icon is now present: + Delimited Text toolbar icon
  6. +
  7. Click on the icon to open the Delimited Text dialog: +

    + Add delimited text layer dialog + +
  8. +
+ +