[mapserver-commits] r12038 - branches/branch-6-0/docs/en/mapfile
trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Wed Aug 10 19:07:15 EDT 2011
Author: havatv
Date: 2011-08-10 16:07:15 -0700 (Wed, 10 Aug 2011)
New Revision: 12038
Modified:
branches/branch-6-0/docs/en/mapfile/class.txt
branches/branch-6-0/docs/en/mapfile/layer.txt
branches/branch-6-0/docs/en/mapfile/style.txt
trunk/docs/en/mapfile/class.txt
trunk/docs/en/mapfile/layer.txt
trunk/docs/en/mapfile/style.txt
Log:
Included reference to symbolscaledenom in class and style minsize and maxsize, minwidth and maxwidth (#3154).
Modified: branches/branch-6-0/docs/en/mapfile/class.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/class.txt 2011-08-10 22:26:21 UTC (rev 12037)
+++ branches/branch-6-0/docs/en/mapfile/class.txt 2011-08-10 23:07:15 UTC (rev 12038)
@@ -144,6 +144,7 @@
MAXSIZE [integer]
Maximum size in pixels to draw a symbol. Default is 50.
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
.. index::
pair: MINSCALEDENOM; CLASS
@@ -169,6 +170,7 @@
MINSIZE [integer]
Minimum size in pixels to draw a symbol. Default is 0.
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
NAME [string]
Name to use in legends for this class. If not set class won't show
Modified: branches/branch-6-0/docs/en/mapfile/layer.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/layer.txt 2011-08-10 22:26:21 UTC (rev 12037)
+++ branches/branch-6-0/docs/en/mapfile/layer.txt 2011-08-10 23:07:15 UTC (rev 12038)
@@ -526,6 +526,8 @@
.. index::
pair: SYMBOLSCALEDENOM; LAYER
+.. _SYMBOLSCALEDENOM:
+
SYMBOLSCALEDENOM [double]
The scale at which symbols and/or text appear full size. This allows for
dynamic scaling of objects based on the scale of the map. If not set then
Modified: branches/branch-6-0/docs/en/mapfile/style.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/style.txt 2011-08-10 22:26:21 UTC (rev 12037)
+++ branches/branch-6-0/docs/en/mapfile/style.txt 2011-08-10 23:07:15 UTC (rev 12038)
@@ -178,21 +178,25 @@
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).
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
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 decimal value
(and not only integer).
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
MINSIZE [double]
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).
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
MINWIDTH [double]
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).
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
OFFSET [x][y]
Geometry offset values in layer `SIZEUNITS`.
Modified: trunk/docs/en/mapfile/class.txt
===================================================================
--- trunk/docs/en/mapfile/class.txt 2011-08-10 22:26:21 UTC (rev 12037)
+++ trunk/docs/en/mapfile/class.txt 2011-08-10 23:07:15 UTC (rev 12038)
@@ -144,6 +144,7 @@
MAXSIZE [integer]
Maximum size in pixels to draw a symbol. Default is 50.
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
.. index::
pair: MINSCALEDENOM; CLASS
@@ -169,6 +170,7 @@
MINSIZE [integer]
Minimum size in pixels to draw a symbol. Default is 0.
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
NAME [string]
Name to use in legends for this class. If not set class won't show
Modified: trunk/docs/en/mapfile/layer.txt
===================================================================
--- trunk/docs/en/mapfile/layer.txt 2011-08-10 22:26:21 UTC (rev 12037)
+++ trunk/docs/en/mapfile/layer.txt 2011-08-10 23:07:15 UTC (rev 12038)
@@ -526,6 +526,8 @@
.. index::
pair: SYMBOLSCALEDENOM; LAYER
+.. _SYMBOLSCALEDENOM:
+
SYMBOLSCALEDENOM [double]
The scale at which symbols and/or text appear full size. This allows for
dynamic scaling of objects based on the scale of the map. If not set then
Modified: trunk/docs/en/mapfile/style.txt
===================================================================
--- trunk/docs/en/mapfile/style.txt 2011-08-10 22:26:21 UTC (rev 12037)
+++ trunk/docs/en/mapfile/style.txt 2011-08-10 23:07:15 UTC (rev 12038)
@@ -178,21 +178,25 @@
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).
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
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 decimal value
(and not only integer).
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
MINSIZE [double]
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).
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
MINWIDTH [double]
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).
+ See :ref:`LAYER` :ref:`SYMBOLSCALEDENOM <symbolscaledenom>`.
OFFSET [x][y]
Geometry offset values in layer `SIZEUNITS`.
More information about the mapserver-commits
mailing list