[mapserver-commits] r8098 - in trunk/docs: . howto mapfile
mapfile/symbology
svn at osgeo.org
svn at osgeo.org
Tue Nov 25 10:48:45 EST 2008
Author: hobu
Date: 2008-11-25 10:48:45 -0500 (Tue, 25 Nov 2008)
New Revision: 8098
Added:
trunk/docs/management/
Removed:
trunk/docs/systemmanage/
Modified:
trunk/docs/howto/fastcgi.txt
trunk/docs/mapfile/index.txt
trunk/docs/mapfile/projection.txt
trunk/docs/mapfile/symbology/construction.txt
Log:
clean up a bit after moving
Modified: trunk/docs/howto/fastcgi.txt
===================================================================
--- trunk/docs/howto/fastcgi.txt 2008-11-25 15:35:59 UTC (rev 8097)
+++ trunk/docs/howto/fastcgi.txt 2008-11-25 15:48:45 UTC (rev 8098)
@@ -10,8 +10,6 @@
:Date: $Date$
:Last Updated: 2008/07/15
-.. sectnum::
-
.. contents:: Table of Contents
:depth: 2
:backlinks: top
Copied: trunk/docs/management (from rev 8097, trunk/docs/systemmanage)
Modified: trunk/docs/mapfile/index.txt
===================================================================
--- trunk/docs/mapfile/index.txt 2008-11-25 15:35:59 UTC (rev 8097)
+++ trunk/docs/mapfile/index.txt 2008-11-25 15:48:45 UTC (rev 8098)
@@ -147,9 +147,9 @@
* :ref:`WEB` defines how a web interface rendered with MapServer will operate.
+Notes
-----------------------------------------------------------------------------
- Notes
------------------------------------------------------------------------------
+
* The Mapfile is NOT case-sensitive.
* Strings containing non-alphanumeric characters or a MapServer keyword MUST
be quoted. It is recommended to put ALL strings in double-quotes.
Modified: trunk/docs/mapfile/projection.txt
===================================================================
--- trunk/docs/mapfile/projection.txt 2008-11-25 15:35:59 UTC (rev 8097)
+++ trunk/docs/mapfile/projection.txt 2008-11-25 15:48:45 UTC (rev 8098)
@@ -68,7 +68,7 @@
have to specify any projection objects. MapServer will assume that all of
the data is in the same projection.
-- Think of the MAP-level projection object as your output projection. The EXTENT
+- Think of the :ref:`MAP`-level projection object as your output projection. The EXTENT
and UNITS values at the MAP-level must be in the output projection units. Also,
if you have layers in other projections (other than the MAP-level projection)
then you must define :ref:`PROJECTION` objects for those layers, to tell MapServer
Modified: trunk/docs/mapfile/symbology/construction.txt
===================================================================
--- trunk/docs/mapfile/symbology/construction.txt 2008-11-25 15:35:59 UTC (rev 8097)
+++ trunk/docs/mapfile/symbology/construction.txt 2008-11-25 15:48:45 UTC (rev 8098)
@@ -115,7 +115,7 @@
**Figure1: Structure of Cartographic Symbols`**
-.. image:: ../../../images/carto-elements.png
+.. image:: ../../images/carto-elements.png
:height: 400
:width: 600
@@ -146,7 +146,7 @@
**Figure2: Schema showing interaction of MAP and SYMBOL file**
-.. image:: ../../../images/map-symbolfile-interaction.png
+.. image:: ../../images/map-symbolfile-interaction.png
Using Cartographic Symbols in UMN MapServer
===========================================
@@ -233,7 +233,7 @@
**Figure3: Construction of Point Symbols**
-.. image:: ../../../images/point-symbols.png
+.. image:: ../../images/point-symbols.png
:height: 400
:width: 600
@@ -251,7 +251,7 @@
**Figure4: Construction of Line Symbols**
-.. image:: ../../../images/line-symbols.png
+.. image:: ../../images/line-symbols.png
:height: 400
:width: 600
@@ -292,7 +292,7 @@
| | END |
| | END |
+----------------------------------+---------------------------------+
-| .. image:: ../../../images/railway.png |
+| .. image:: ../../images/railway.png |
+----------------------------------+---------------------------------+
The STYLE parameter can be used for elements of the SYMBOL file with the
@@ -341,7 +341,7 @@
| | | END | |
| | | END | |
+--------------------------------+-------------------------------+--------------------------------+-------------------------------+
-| .. image:: ../../../images/symbol-offset-1.png | .. image:: ../../../images/symbol-offset-1.png |
+| .. image:: ../../images/symbol-offset-1.png | .. image:: ../../images/symbol-offset-1.png |
| :align: right | :align: right |
+----------------------------------------------------------------+----------------------------------------------------------------+
@@ -391,7 +391,7 @@
| | END |
| | END |
+--------------------------------+-------------------------------+
-| .. image:: ../../../images/crosshatch.png |
+| .. image:: ../../images/crosshatch.png |
| :align: right |
+----------------------------------------------------------------+
@@ -427,13 +427,13 @@
**Figure5: Raster image for a regular polygon symbol fill**
-.. image:: ../../../images/polygon-symbol-fill.png
+.. image:: ../../images/polygon-symbol-fill.png
:height: 400
:width: 600
**Figure6: Raster image for a hatched fill**
-.. image:: ../../../images/hatch-symbol-fill.png
+.. image:: ../../images/hatch-symbol-fill.png
:height: 400
:width: 600
@@ -473,11 +473,11 @@
| STYLE | TRANSPARENT 8 |
| SYMBOL "in_the_star" | END |
| COLOR 0 0 0 | |
-| OUTLINECOLOR 0 0 0 |.. image:: ../../../images/star-symbol.png |
+| OUTLINECOLOR 0 0 0 |.. image:: ../../images/star-symbol.png |
| END | :align: left |
| END | |
+--------------------------------+-------------------------------------------------+
-| .. image:: ../../../images/horizontal-area-symbol.png |
+| .. image:: ../../images/horizontal-area-symbol.png |
| :align: right |
+----------------------------------------------------------------------------------+
@@ -495,10 +495,10 @@
| OUTLINECOLOR 0 0 0 | TRANSPARENT 13 |
| END | END |
| END | |
-| |.. image:: ../../../images/dot-symbol.png |
+| |.. image:: ../../images/dot-symbol.png |
| | :align: left |
+--------------------------------+-------------------------------------------------+
-| .. image:: ../../../images/diagonal-area-symbol.png |
+| .. image:: ../../images/diagonal-area-symbol.png |
| :align: right |
+----------------------------------------------------------------------------------+
@@ -516,11 +516,11 @@
| STYLE | TRANSPARENT 2 |
| SYMBOL "in_hatch" | END |
| COLOR 0 0 0 | |
-| OUTLINECOLOR 0 0 0 |.. image:: ../../../images/hatch.png |
+| OUTLINECOLOR 0 0 0 |.. image:: ../../images/hatch.png |
| END | :align: left |
| END | |
+--------------------------------+-------------------------------------------------+
-| .. image:: ../../../images/hatch-symbol.png |
+| .. image:: ../../images/hatch-symbol.png |
| :align: right |
+----------------------------------------------------------------------------------+
@@ -565,7 +565,7 @@
(see the following figure). Default is 'not set' but do not specify the string
'not set', just omit the parameter LINEJOIN.
-.. image:: ../../../images/linejoin.png
+.. image:: ../../images/linejoin.png
Miter
follow line borders until they intersect, fill the resulting area.
@@ -579,7 +579,7 @@
None
Lines will not be connected but drawn with LINECAPP 'butt' at the respective ends.
-.. image:: ../../../images/miter-linejoin.png
+.. image:: ../../images/miter-linejoin.png
LINEJOINMAXSIZE
+++++++++++++++
@@ -645,10 +645,10 @@
| | END |
| | |
+--------------------------------+-------------------------------------------------+
-| .. image:: ../../../images/truetype-character-clockwise.png |
+| .. image:: ../../images/truetype-character-clockwise.png |
| :align: left |
| :alt: clockwise |
-| .. image:: ../../../images/truetype-character-cc.png |
+| .. image:: ../../images/truetype-character-cc.png |
| :align: right |
| :alt: counterclockwise |
| |
@@ -675,20 +675,20 @@
Basic Symbols
-------------
-.. image:: ../../../images/point-symbol-examples.png
+.. image:: ../../images/point-symbol-examples.png
-.. image:: ../../../images/line-symbol-examples.png
+.. image:: ../../images/line-symbol-examples.png
-.. image:: ../../../images/pattern-symbol-examples.png
+.. image:: ../../images/pattern-symbol-examples.png
Complex Symbols
---------------
-.. image:: ../../../images/point-symbol-complex.png
+.. image:: ../../images/point-symbol-complex.png
-.. image:: ../../../images/line-symbol-complex.png
+.. image:: ../../images/line-symbol-complex.png
-.. image:: ../../../images/pattern-symbol-complex.png
+.. image:: ../../images/pattern-symbol-complex.png
Current Problems / Open Issues
==============================
@@ -724,7 +724,7 @@
| | END |
| | END |
+--------------------------------+-------------------------------------------------+
-| .. image:: ../../../images/cross-fill-example.png |
+| .. image:: ../../images/cross-fill-example.png |
| :align: right |
+----------------------------------------------------------------------------------+
@@ -752,7 +752,7 @@
| | FILLED TRUE |
| | END |
+--------------------------------+-------------------------------------------------+
-| .. image:: ../../../images/irregular-line-pattern.png |
+| .. image:: ../../images/irregular-line-pattern.png |
| :align: right |
+----------------------------------------------------------------------------------+
More information about the mapserver-commits
mailing list