[mapserver-commits] r11477 - trunk/docs/en/output

svn at osgeo.org svn at osgeo.org
Wed Apr 6 07:51:20 EDT 2011


Author: havatv
Date: 2011-04-06 04:51:20 -0700 (Wed, 06 Apr 2011)
New Revision: 11477

Modified:
   trunk/docs/en/output/antialias.txt
Log:
Inserted notes on the use of CARTOLINE (#3798) in the antialiasing text.

Modified: trunk/docs/en/output/antialias.txt
===================================================================
--- trunk/docs/en/output/antialias.txt	2011-04-06 11:25:40 UTC (rev 11476)
+++ trunk/docs/en/output/antialias.txt	2011-04-06 11:51:20 UTC (rev 11477)
@@ -83,10 +83,16 @@
     Don't use the SYMBOL or the SIZE keywords within the CLASS object, 
     instead use WIDTH to specify width of line or polygon outline.  Don't use
     WIDTH unless you have to.  If you must define a SYMBOL, use symbol of type 
-    CARTOLINE or ELLIPSE--it supports antialiasing.
+    ELLIPSE--it supports antialiasing.
 
 Here's an example of a real-world mapfile:
 
+.. note::
+
+   From Mapserver 6, symbol type CARTOLINE is no longer supported.
+   You have to use AGG rendering and STYLE PATTERN to achieve dashed
+   lines.  Therefore, the following example does not work anymore.
+
 .. code-block:: mapfile
     :linenos:
 
@@ -174,6 +180,12 @@
 
 Here's how the 'cartoline' symbol is defined:
 
+.. note::
+
+   From Mapserver 6, symbol type CARTOLINE is not available.  You have
+   to use AGG rendering and STYLE PATTERN to achieve dashed lines.
+   Therefore, the following symbol can not be used anymore.
+
 .. code-block:: mapfile
 
     SYMBOL



More information about the mapserver-commits mailing list