[mapserver-commits] r12109 - branches/branch-6-0/docs/en/mapfile trunk/docs/en/mapfile

svn at osgeo.org svn at osgeo.org
Wed Aug 24 05:18:12 EDT 2011


Author: havatv
Date: 2011-08-24 02:18:12 -0700 (Wed, 24 Aug 2011)
New Revision: 12109

Modified:
   branches/branch-6-0/docs/en/mapfile/style.txt
   trunk/docs/en/mapfile/style.txt
Log:
Fixed some formatting issues - style

Modified: branches/branch-6-0/docs/en/mapfile/style.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/style.txt	2011-08-24 08:58:40 UTC (rev 12108)
+++ branches/branch-6-0/docs/en/mapfile/style.txt	2011-08-24 09:18:12 UTC (rev 12109)
@@ -93,8 +93,9 @@
    pair: STYLE; COLOR
 
 COLOR [r] [g] [b] | [attribute]
+    Color to use for drawing features. 
 
-    - Color to use for drawing features.  `r`, `g` and `b` shall be
+    -  `r`, `g` and `b` shall be
       integers [0..255].  To specify green, the following is used:
 
       .. code-block:: mapfile
@@ -196,7 +197,6 @@
    pair: STYLE; LINEJOINMAXSIZE
 
 LINEJOINMAXSIZE [int]
-
     Sets the max length of the `miter` `LINEJOIN` type. The value
     represents a coefficient which multiplies a current symbol
     size. Default is 3.  See :ref:`sym_construction` for explanation
@@ -273,13 +273,13 @@
    pair: STYLE; OUTLINECOLOR
 
 OUTLINECOLOR [r] [g] [b] | [attribute]
+    Color to use for outlining polygons and certain marker symbols
+    (ellipse, vector and truetype).  Has no effect for lines.  The
+    width of the outline can be specified using `WIDTH`.  If no WIDTH
+    is specified, an outline of one pixel will be drawn.
 
-    - Color to use for outlining polygons and certain marker symbols
-      (ellipse, vector and truetype).  Has no effect for lines.  The
-      width of the outline can be specified using `WIDTH`.  If no
-      WIDTH is specified, an outline of one pixel will be drawn.  `r`,
-      `g` and `b` shall be integers [0..255].  To specify green, the
-      following is used:
+    - `r`, `g` and `b` shall be integers [0..255].  To specify green,
+      the following is used:
 
       .. code-block:: mapfile
 
@@ -302,7 +302,6 @@
    pair: STYLE; PATTERN
 
 PATTERN [double on] [double off] [double on] [double off] ... END
-
     Currently used to defines a dash pattern for line work (lines,
     polygon outlines, ...).  The numbers (doubles) specify the lengths
     of the dashes and gaps of the dash pattern in layer `SIZEUNITS`.
@@ -330,7 +329,6 @@
    pair: STYLE; SIZE
 
 SIZE [double|attribute]
-
     Height, in layer `SIZEUNITS`, of the symbol/pattern to be used.
     Only useful with scalable symbols (:ref:`SYMBOL` `TYPE` ellipse,
     hatch, pixmap, truetype, vector). Default is 1.0.
@@ -393,7 +391,6 @@
    pair: STYLE; WIDTH
 
 WIDTH [double|attribute]
-
     `WIDTH` refers to the thickness of line work drawn, in layer
     `SIZEUNITS`.  Default is 1.0.
 

Modified: trunk/docs/en/mapfile/style.txt
===================================================================
--- trunk/docs/en/mapfile/style.txt	2011-08-24 08:58:40 UTC (rev 12108)
+++ trunk/docs/en/mapfile/style.txt	2011-08-24 09:18:12 UTC (rev 12109)
@@ -93,8 +93,9 @@
    pair: STYLE; COLOR
 
 COLOR [r] [g] [b] | [attribute]
+    Color to use for drawing features. 
 
-    - Color to use for drawing features.  `r`, `g` and `b` shall be
+    -  `r`, `g` and `b` shall be
       integers [0..255].  To specify green, the following is used:
 
       .. code-block:: mapfile
@@ -196,7 +197,6 @@
    pair: STYLE; LINEJOINMAXSIZE
 
 LINEJOINMAXSIZE [int]
-
     Sets the max length of the `miter` `LINEJOIN` type. The value
     represents a coefficient which multiplies a current symbol
     size. Default is 3.  See :ref:`sym_construction` for explanation
@@ -273,13 +273,13 @@
    pair: STYLE; OUTLINECOLOR
 
 OUTLINECOLOR [r] [g] [b] | [attribute]
+    Color to use for outlining polygons and certain marker symbols
+    (ellipse, vector and truetype).  Has no effect for lines.  The
+    width of the outline can be specified using `WIDTH`.  If no WIDTH
+    is specified, an outline of one pixel will be drawn.
 
-    - Color to use for outlining polygons and certain marker symbols
-      (ellipse, vector and truetype).  Has no effect for lines.  The
-      width of the outline can be specified using `WIDTH`.  If no
-      WIDTH is specified, an outline of one pixel will be drawn.  `r`,
-      `g` and `b` shall be integers [0..255].  To specify green, the
-      following is used:
+    - `r`, `g` and `b` shall be integers [0..255].  To specify green,
+      the following is used:
 
       .. code-block:: mapfile
 
@@ -302,7 +302,6 @@
    pair: STYLE; PATTERN
 
 PATTERN [double on] [double off] [double on] [double off] ... END
-
     Currently used to defines a dash pattern for line work (lines,
     polygon outlines, ...).  The numbers (doubles) specify the lengths
     of the dashes and gaps of the dash pattern in layer `SIZEUNITS`.
@@ -330,7 +329,6 @@
    pair: STYLE; SIZE
 
 SIZE [double|attribute]
-
     Height, in layer `SIZEUNITS`, of the symbol/pattern to be used.
     Only useful with scalable symbols (:ref:`SYMBOL` `TYPE` ellipse,
     hatch, pixmap, truetype, vector). Default is 1.0.
@@ -393,7 +391,6 @@
    pair: STYLE; WIDTH
 
 WIDTH [double|attribute]
-
     `WIDTH` refers to the thickness of line work drawn, in layer
     `SIZEUNITS`.  Default is 1.0.
 



More information about the mapserver-commits mailing list