[mapserver-commits] r8537 - trunk/docs/mapfile

svn at osgeo.org svn at osgeo.org
Thu Feb 12 12:22:34 EST 2009


Author: tbonfort
Date: 2009-02-12 12:22:34 -0500 (Thu, 12 Feb 2009)
New Revision: 8537

Modified:
   trunk/docs/mapfile/label.txt
Log:
add OUTLINEWIDTH documentation


Modified: trunk/docs/mapfile/label.txt
===================================================================
--- trunk/docs/mapfile/label.txt	2009-02-12 14:07:23 UTC (rev 8536)
+++ trunk/docs/mapfile/label.txt	2009-02-12 17:22:34 UTC (rev 8537)
@@ -135,6 +135,8 @@
     specify the values as if all labels are horizontal and any rotation will 
     be compensated for.
 
+.. _OUTLINECOLOR:
+
 OUTLINECOLOR [r] [g] [b] | [attribute]
     - Color to draw a one pixel outline around the text.
     - [*Attribute*] was introduced in version 5.0, to specify the item name in
@@ -157,6 +159,11 @@
 
       The associated RFC document for this feature is :ref:`RFC19`.
 
+OUTLINEWIDTH [integer]
+    Width of the outline if OUTLINECOLOR_ has been set. Defaults to 1. 
+    Currently only the AGG renderer supports values greater than 1, and
+    renders these as a 'halo' effect: recommended values are 3 or 5.
+
 PARTIALS [true|false]
     Can text run off the edge of the map? Default is true.
 



More information about the mapserver-commits mailing list