changeset 183:fe6dbfc86144

Updated documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 18 Jul 2011 17:17:04 +0200
parents 91e2d46d7968
children c79c3c6fc99a
files ChangeLog doku/source/functionality.txt doku/source/restrictions.txt
diffstat 3 files changed, 24 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jul 18 15:12:24 2011 +0200
+++ b/ChangeLog	Mon Jul 18 17:17:04 2011 +0200
@@ -1,3 +1,9 @@
+2011-07-18  Raimund Renkert  <raimund.renkert@intevation.de>
+
+	* doku/source/functionality.txt,
+	  doku/source/restrictions.txt:
+	  Updated documentation.
+
 2011-07-18  Raimund Renkert  <raimund.renkert@intevation.de>
 
 	* doku/source/index.txt: Added functionality.txt to sphinx
--- a/doku/source/functionality.txt	Mon Jul 18 15:12:24 2011 +0200
+++ b/doku/source/functionality.txt	Mon Jul 18 17:17:04 2011 +0200
@@ -6,11 +6,16 @@
 proprietary ArcGIS file format "MXD" to a MapServer configuration file.
 
 To transform an ArcGIS mxd file to a MapServer configuration file the mxd file
-must have a valid and available data source and must not fit the restrictions
-described in the appropriate section.
+must have a valid and available data source and must not fit the
+:ref:`restriction-label` described in the appropriate section.
+
+.. image:: ../funktionsweise/funktionsweise-MXD-konverter.svg
+
+.. _howtouse-label:
 
 How to use
 ----------
+
 The converter is started via the commandline running the command::
 
   $java -jar mxd2map.jar
--- a/doku/source/restrictions.txt	Mon Jul 18 15:12:24 2011 +0200
+++ b/doku/source/restrictions.txt	Mon Jul 18 17:17:04 2011 +0200
@@ -1,3 +1,5 @@
+.. _restriction-label:
+
 ------------
 Restrictions
 ------------
@@ -33,6 +35,10 @@
    smaller than 1. Outlines with a width smaller than 1 are drawn in the fill
    color of the ploygon and the width is set to 1.
 
+   * Tip:
+     To avoid lines and line colors (specially outlines) to be handled by the
+     converter, use integer numbers for line width only.
+
  * Picture symbols are not supported by the converter.
 
  * In ArcGIS maps default symbols can be defined as fallback. Since MapServer
@@ -42,3 +48,8 @@
  * In ArcGIS predefined symbols like bars or pie charts can be used to display
    values. The converter does not support these symbols.
 
+Layer support:
+
+ * Grouplayer with more than  one group level are not supported by the MapServer
+   and even not by the converter.
+
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)