[mapserver-commits] r7140 - trunk/mapserver/rfc

svn at osgeo.org svn at osgeo.org
Mon Dec 3 07:39:14 EST 2007


Author: tbonfort
Date: 2007-12-03 07:39:14 -0500 (Mon, 03 Dec 2007)
New Revision: 7140

Modified:
   trunk/mapserver/rfc/ms-rfc-40.txt
Log:
clarify negative maxlen

Modified: trunk/mapserver/rfc/ms-rfc-40.txt
===================================================================
--- trunk/mapserver/rfc/ms-rfc-40.txt	2007-12-03 12:32:45 UTC (rev 7139)
+++ trunk/mapserver/rfc/ms-rfc-40.txt	2007-12-03 12:39:14 UTC (rev 7140)
@@ -22,15 +22,15 @@
 
 The WRAP / MAXLEN combinations are summarized here:
 
-+----------------+-----------------+-----------------------------+-----------------+
-|                |   maxlen =0     |     maxlen > 0              |    maxlen < 0   |
-+================+=================+=============================+=================+
-| wrap = 'char'  |  current way    | conditional wrap if current |                 |
-|                |                 |  length > maxlen            |                 |
-+----------------+-----------------+-----------------------------+     hard wrap   |
-| no wrap        |  no processing  | skip label if  text is      |                 |
-|                |                 |  longer than maxlen         |                 |
-+----------------+-----------------+-----------------------------+-----------------+
++----------------+-----------------+-----------------------------+------------------+
+|                |   maxlen =0     |     maxlen > 0              |     maxlen < 0   |
++================+=================+=============================+==================+
+| wrap = 'char'  |  current way    | conditional wrap if current |     hard wrap    |
+|                |                 |  length > maxlen            |     i.e. always  |
++----------------+-----------------+-----------------------------+ break at exactly |
+| no wrap        |  no processing  | skip label if  text is      |  maxlen chars    |
+|                |                 |  longer than maxlen         |                  |
++----------------+-----------------+-----------------------------+------------------+
 
 Line Centering
 ----------------



More information about the mapserver-commits mailing list