# HG changeset patch # User Raimund Renkert # Date 1311002224 -7200 # Node ID fe6dbfc86144604321f8bbcc7c8e48206dc7111c # Parent 91e2d46d796867272c409d5a02652f580f6cd6fb Updated documentation. diff -r 91e2d46d7968 -r fe6dbfc86144 ChangeLog --- 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 + + * doku/source/functionality.txt, + doku/source/restrictions.txt: + Updated documentation. + 2011-07-18 Raimund Renkert * doku/source/index.txt: Added functionality.txt to sphinx diff -r 91e2d46d7968 -r fe6dbfc86144 doku/source/functionality.txt --- 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 diff -r 91e2d46d7968 -r fe6dbfc86144 doku/source/restrictions.txt --- 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. +