[mapserver-commits] r12723 - branches/branch-6-0/docs/en/mapfile
trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Sun Oct 30 07:19:06 EDT 2011
Author: havatv
Date: 2011-10-30 04:19:06 -0700 (Sun, 30 Oct 2011)
New Revision: 12723
Modified:
branches/branch-6-0/docs/en/mapfile/symbol.txt
trunk/docs/en/mapfile/symbol.txt
Log:
Modified the description of FILLED in the symbol document (polygon/line).
Modified: branches/branch-6-0/docs/en/mapfile/symbol.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/symbol.txt 2011-10-30 09:17:52 UTC (rev 12722)
+++ branches/branch-6-0/docs/en/mapfile/symbol.txt 2011-10-30 11:19:06 UTC (rev 12723)
@@ -44,10 +44,18 @@
to font character.
FILLED [true|false]
- Sets the symbol to be filled with a user defined color (See the
- :ref:`STYLE` object). For marker symbols, if `OUTLINECOLOR` was
- specified then the symbol is outlined with it.
+ If `true`, the symbol will be filled with a user defined color
+ (using :ref:`STYLE` `COLOR`). Default is `false`.
+ If `true`, symbols of `TYPE` `ellipse` and `vector` will be
+ treated as polygons (fill color specified using :ref:`style`
+ `COLOR` and outline specified using :ref:`style` `OUTLINECOLOR`
+ and `WIDTH`).
+
+ If `false`, symbols of `TYPE` `ellipse` and `vector` will be
+ treated as lines (the lines can be given a color using
+ :ref:`style` `COLOR` and a width using :ref:`style` `WIDTH`).
+
FONT [string]
Name of TrueType font to use as defined in the :ref:`FONTSET`.
Modified: trunk/docs/en/mapfile/symbol.txt
===================================================================
--- trunk/docs/en/mapfile/symbol.txt 2011-10-30 09:17:52 UTC (rev 12722)
+++ trunk/docs/en/mapfile/symbol.txt 2011-10-30 11:19:06 UTC (rev 12723)
@@ -70,10 +70,18 @@
to font character.
FILLED [true|false]
- Sets the symbol to be filled with a user defined color (See the
- :ref:`STYLE` object). For marker symbols, if `OUTLINECOLOR` was
- specified then the symbol is outlined with it.
+ If `true`, the symbol will be filled with a user defined color
+ (using :ref:`STYLE` `COLOR`). Default is `false`.
+ If `true`, symbols of `TYPE` `ellipse` and `vector` will be
+ treated as polygons (fill color specified using :ref:`style`
+ `COLOR` and outline specified using :ref:`style` `OUTLINECOLOR`
+ and `WIDTH`).
+
+ If `false`, symbols of `TYPE` `ellipse` and `vector` will be
+ treated as lines (the lines can be given a color using
+ :ref:`style` `COLOR` and a width using :ref:`style` `WIDTH`).
+
FONT [string]
Name of TrueType font to use as defined in the :ref:`FONTSET`.
More information about the mapserver-commits
mailing list