[mapserver-commits] r10432 - branches/branch-5-6/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Fri Jul 30 16:10:23 EDT 2010
Author: jmckenna
Date: 2010-07-30 20:10:23 +0000 (Fri, 30 Jul 2010)
New Revision: 10432
Modified:
branches/branch-5-6/docs/en/mapfile/style.txt
Log:
change size/width values to doubles (ticket:2766)
Modified: branches/branch-5-6/docs/en/mapfile/style.txt
===================================================================
--- branches/branch-5-6/docs/en/mapfile/style.txt 2010-07-30 18:23:42 UTC (rev 10431)
+++ branches/branch-5-6/docs/en/mapfile/style.txt 2010-07-30 20:10:23 UTC (rev 10432)
@@ -114,18 +114,23 @@
.. versionadded:: 6.0 moved from :ref:`SYMBOL`
-MAXSIZE [integer]
- Maximum size in pixels to draw a symbol. Default is 50.
+MAXSIZE [double]
+ Maximum size in pixels to draw a symbol. Default is 50. Starting from version 5.4,
+ the value can also be a fractional value (and not only integer).
-MAXWIDTH [integer]
- Maximum width in pixels to draw the line work. Default is 32.
+MAXWIDTH [double]
+ Maximum width in pixels to draw the line work. Default is 32. Starting from version 5.4,
+
+ the value can also be a fractional value (and not only integer).
+
+MINSIZE [double]
+ Minimum size in pixels to draw a symbol. Default is 0. Starting from version 5.4,
+ the value can also be a fractional value (and not only integer).
-MINSIZE [integer]
- Minimum size in pixels to draw a symbol. Default is 0.
+MINWIDTH [double]
+ Minimum width in pixels to draw the line work. Starting from version 5.4, the value can
+ also be a fractional value (and not only integer).
-MINWIDTH [integer]
- Minimum width in pixels to draw the line work.
-
OFFSET [x][y]
Offset values for shadows, hollow symbols, etc ...
@@ -159,7 +164,7 @@
.. versionadded:: 6.0 moved from :ref:`SYMBOL`
-SIZE [integer|attribute]
+SIZE [double|attribute]
- Height, in layer SIZEUNITS, of the symbol/pattern to be used. Only useful with
scalable symbols. Default is 1. For symbols of Type HATCH, the SIZE is the
@@ -183,8 +188,7 @@
The associated RFC document for this feature is :ref:`RFC19`.
- Starting from version 5.4, the value can also be a fractional value (and not
- only integer). Note that currently only the :ref:`AGG <AGG>` renderer can
- correctly render fractional widths.
+ only integer).
SIZEITEM [string]
@@ -207,7 +211,7 @@
[*Attribute*] was introduced in version 5.6, to specify the symbol name
-WIDTH [integer|attribute]
+WIDTH [double|attribute]
- Width refers to the thickness of line work drawn, in layer `SIZEUNITS`.
Default is 1.
@@ -216,5 +220,4 @@
:ref:`symbology examples <sym_examples>`.
- Attribute binding was added in version 5.2
- Starting from version 5.4, the value can also be a fractional value (and not
- only integer). Note that currently only the :ref:`AGG <AGG>` renderer can
- correctly render fractional widths.
+ only integer).
More information about the mapserver-commits
mailing list