[mapserver-commits] r12730 - branches/branch-6-0/docs/en/mapfile
trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Mon Oct 31 19:24:15 EDT 2011
Author: havatv
Date: 2011-10-31 16:24:15 -0700 (Mon, 31 Oct 2011)
New Revision: 12730
Modified:
branches/branch-6-0/docs/en/mapfile/style.txt
trunk/docs/en/mapfile/style.txt
Log:
Fixed the description of SIZE in style to reflect current behaviour.
Modified: branches/branch-6-0/docs/en/mapfile/style.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/style.txt 2011-10-31 22:03:18 UTC (rev 12729)
+++ branches/branch-6-0/docs/en/mapfile/style.txt 2011-10-31 23:24:15 UTC (rev 12730)
@@ -332,8 +332,10 @@
SIZE [double|attribute]
Height, in layer `SIZEUNITS`, of the symbol/pattern to be used.
- Only useful with scalable symbols (:ref:`SYMBOL` `TYPE` ellipse,
- hatch, pixmap, truetype, vector). Default is 1.0.
+ Default value depends on the :ref:`symbol` `TYPE`. For `pixmap`:
+ the hight (in pixels) of the pixmap; for `ellipse` and `vector`:
+ the maximum y value of the :ref:`symbol` `POINTS` parameter, for
+ `hatch`: 1.0, for `truetype`: 1.0.
When scaling of symbols is in effect (`SYMBOLSCALEDENOM` is
specified for the :ref:`LAYER`), `SIZE` gives the height, in layer
Modified: trunk/docs/en/mapfile/style.txt
===================================================================
--- trunk/docs/en/mapfile/style.txt 2011-10-31 22:03:18 UTC (rev 12729)
+++ trunk/docs/en/mapfile/style.txt 2011-10-31 23:24:15 UTC (rev 12730)
@@ -386,8 +386,10 @@
SIZE [double|attribute]
Height, in layer `SIZEUNITS`, of the symbol/pattern to be used.
- Only useful with scalable symbols (:ref:`SYMBOL` `TYPE` ellipse,
- hatch, pixmap, truetype, vector). Default is 1.0.
+ Default value depends on the :ref:`symbol` `TYPE`. For `pixmap`:
+ the hight (in pixels) of the pixmap; for `ellipse` and `vector`:
+ the maximum y value of the :ref:`symbol` `POINTS` parameter, for
+ `hatch`: 1.0, for `truetype`: 1.0.
When scaling of symbols is in effect (`SYMBOLSCALEDENOM` is
specified for the :ref:`LAYER`), `SIZE` gives the height, in layer
More information about the mapserver-commits
mailing list