[mapserver-commits] r10246 - trunk/docs/en/mapfile

svn at osgeo.org svn at osgeo.org
Fri Jun 25 11:37:31 EDT 2010


Author: jmckenna
Date: 2010-06-25 15:37:31 +0000 (Fri, 25 Jun 2010)
New Revision: 10246

Modified:
   trunk/docs/en/mapfile/class.txt
   trunk/docs/en/mapfile/symbol.txt
Log:
correct the use of the deprecated directive

Modified: trunk/docs/en/mapfile/class.txt
===================================================================
--- trunk/docs/en/mapfile/class.txt	2010-06-24 15:48:11 UTC (rev 10245)
+++ trunk/docs/en/mapfile/class.txt	2010-06-25 15:37:31 UTC (rev 10246)
@@ -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: trunk/docs/en/mapfile/symbol.txt
===================================================================
--- trunk/docs/en/mapfile/symbol.txt	2010-06-24 15:48:11 UTC (rev 10245)
+++ trunk/docs/en/mapfile/symbol.txt	2010-06-25 15:37:31 UTC (rev 10246)
@@ -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,6 +56,7 @@
     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