[mapserver-commits] r10247 - branches/branch-5-6/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Fri Jun 25 11:42:56 EDT 2010
Author: jmckenna
Date: 2010-06-25 15:42:56 +0000 (Fri, 25 Jun 2010)
New Revision: 10247
Modified:
branches/branch-5-6/docs/en/mapfile/class.txt
branches/branch-5-6/docs/en/mapfile/symbol.txt
Log:
correct the use of the 'deprecated' directive
Modified: branches/branch-5-6/docs/en/mapfile/class.txt
===================================================================
--- branches/branch-5-6/docs/en/mapfile/class.txt 2010-06-25 15:37:31 UTC (rev 10246)
+++ branches/branch-5-6/docs/en/mapfile/class.txt 2010-06-25 15:42:56 UTC (rev 10247)
@@ -127,7 +127,7 @@
Scale is given as the denominator of the actual scale fraction, for
example for a map at a scale of 1:24,000 use 24000.
- .. deprecated: 5.0
+ .. deprecated:: 5.0
MAXSIZE [integer]
Maximum size in pixels to draw a symbol. Default is 50.
@@ -151,7 +151,7 @@
Scale is given as the denominator of the actual scale fraction, for
example for a map at a scale of 1:24,000 use 24000.
- .. deprecated: 5.0
+ .. deprecated:: 5.0
MINSIZE [integer]
Minimum size in pixels to draw a symbol. Default is 0.
Modified: branches/branch-5-6/docs/en/mapfile/symbol.txt
===================================================================
--- branches/branch-5-6/docs/en/mapfile/symbol.txt 2010-06-25 15:37:31 UTC (rev 10246)
+++ branches/branch-5-6/docs/en/mapfile/symbol.txt 2010-06-25 15:42:56 UTC (rev 10247)
@@ -45,8 +45,6 @@
GAP [int]
- .. deprecated:: 6.0
-
This keyword has been deprecated in version 6.0. It has been replaced by the
same keyword in the :ref:`STYLE`.
@@ -58,7 +56,8 @@
along the line. A GAP of 0 (the default value) will cause MapServer to use
the symbol as a brush to draw the line.
-
+ .. deprecated:: 6.0
+
IMAGE [string]
Image (GIF or PNG) to use as a marker or brush for type PIXMAP symbols.
@@ -66,36 +65,34 @@
Alias for this font to be used in :ref:`CLASS` objects
LINECAP [butt|round|square|triangle]
- .. deprecated:: 6.0
-
This keyword has been deprecated in version 6.0. It has been replaced by the
same keyword in the :ref:`STYLE`.
Sets the line cap type for the cartoline symbol. Default is butt. Works
with the CARTOLINE symbol only!
-
-LINEJOIN [round|miter|bevel]
+
.. deprecated:: 6.0
+LINEJOIN [round|miter|bevel]
This keyword has been deprecated in version 6.0. It has been replaced by the
same keyword in the :ref:`STYLE`.
Sets the line join type for the cartoline symbol. Default is "none" -
lines will not be joined . Works with the CARTOLINE symbol only!
-
-LINEJOINMAXSIZE [int]
+
.. deprecated:: 6.0
+LINEJOINMAXSIZE [int]
This keyword has been deprecated in version 6.0. It has been replaced by the
same keyword in the :ref:`STYLE`.
Sets the max length of the miter line join type. The value represents a
coefficient which multiplies a current symbol size. Default is 3.
Works with the CARTOLINE symbol only!
-
-PATTERN [num on] [num off] [num on] ... END
+
.. deprecated:: 6.0
+PATTERN [num on] [num off] [num on] ... END
This keyword has been deprecated in version 6.0. It has been replaced by the
same keyword in the :ref:`STYLE`.
@@ -103,6 +100,8 @@
to replace the deprecated STYLE parameter.
.. versionadded: 5.0
+
+ .. deprecated:: 6.0
POINTS [x y] [x y] ... END
Signifies the start of the definition of points that make up a vector
More information about the mapserver-commits
mailing list