[mapserver-commits] r12004 - branches/branch-6-0/docs/en/mapfile
trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Fri Aug 5 06:36:15 EDT 2011
Author: havatv
Date: 2011-08-05 03:36:14 -0700 (Fri, 05 Aug 2011)
New Revision: 12004
Modified:
branches/branch-6-0/docs/en/mapfile/style.txt
trunk/docs/en/mapfile/style.txt
Log:
Fixed error in size units in the style document (#3944)
Modified: branches/branch-6-0/docs/en/mapfile/style.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/style.txt 2011-08-05 10:10:14 UTC (rev 12003)
+++ branches/branch-6-0/docs/en/mapfile/style.txt 2011-08-05 10:36:14 UTC (rev 12004)
@@ -175,24 +175,24 @@
.. versionadded:: 6.0 moved from :ref:`SYMBOL`
MAXSIZE [double]
- Maximum size in layer `SIZEUNITS` to draw a symbol. Default is
- 500. Starting from version 5.4, the value can also be a decimal
- value (and not only integer).
+ Maximum size in pixels to draw a symbol. Default is 500. Starting
+ from version 5.4, the value can also be a decimal value (and not
+ only integer).
MAXWIDTH [double]
- Maximum width in layer `SIZEUNITS` to draw the line work. Default is 32.
- Starting from version 5.4, the value can also be a decimal
- value (and not only integer).
+ Maximum width in pixels to draw the line work. Default is 32.
+ Starting from version 5.4, the value can also be a decimal value
+ (and not only integer).
MINSIZE [double]
- Minimum size in layer `SIZEUNITS` to draw a symbol. Default is 0. Starting
- from version 5.4, the value can also be a decimal value (and
- not only integer).
+ Minimum size in pixels to draw a symbol. Default is 0. Starting
+ from version 5.4, the value can also be a decimal value (and not
+ only integer).
MINWIDTH [double]
- Minimum width in layer `SIZEUNITS` to draw the line work. Default
- is 0. Starting from version 5.4, the value can also be a decimal
- value (and not only integer).
+ Minimum width in pixels to draw the line work. Default is 0.
+ Starting from version 5.4, the value can also be a decimal value
+ (and not only integer).
OFFSET [x][y]
Geometry offset values in layer `SIZEUNITS`.
Modified: trunk/docs/en/mapfile/style.txt
===================================================================
--- trunk/docs/en/mapfile/style.txt 2011-08-05 10:10:14 UTC (rev 12003)
+++ trunk/docs/en/mapfile/style.txt 2011-08-05 10:36:14 UTC (rev 12004)
@@ -175,24 +175,24 @@
.. versionadded:: 6.0 moved from :ref:`SYMBOL`
MAXSIZE [double]
- Maximum size in layer `SIZEUNITS` to draw a symbol. Default is
- 500. Starting from version 5.4, the value can also be a decimal
- value (and not only integer).
+ Maximum size in pixels to draw a symbol. Default is 500. Starting
+ from version 5.4, the value can also be a decimal value (and not
+ only integer).
MAXWIDTH [double]
- Maximum width in layer `SIZEUNITS` to draw the line work. Default is 32.
- Starting from version 5.4, the value can also be a decimal
- value (and not only integer).
+ Maximum width in pixels to draw the line work. Default is 32.
+ Starting from version 5.4, the value can also be a decimal value
+ (and not only integer).
MINSIZE [double]
- Minimum size in layer `SIZEUNITS` to draw a symbol. Default is 0. Starting
- from version 5.4, the value can also be a decimal value (and
- not only integer).
+ Minimum size in pixels to draw a symbol. Default is 0. Starting
+ from version 5.4, the value can also be a decimal value (and not
+ only integer).
MINWIDTH [double]
- Minimum width in layer `SIZEUNITS` to draw the line work. Default
- is 0. Starting from version 5.4, the value can also be a decimal
- value (and not only integer).
+ Minimum width in pixels to draw the line work. Default is 0.
+ Starting from version 5.4, the value can also be a decimal value
+ (and not only integer).
OFFSET [x][y]
Geometry offset values in layer `SIZEUNITS`.
More information about the mapserver-commits
mailing list