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

svn at osgeo.org svn at osgeo.org
Tue Mar 13 09:03:40 EDT 2012


Author: havatv
Date: 2012-03-13 06:03:40 -0700 (Tue, 13 Mar 2012)
New Revision: 13239

Modified:
   branches/branch-6-0/docs/en/mapfile/cluster.txt
   trunk/docs/en/mapfile/cluster.txt
Log:
Fixed some overlong lines in the PDF document for the cluster document (#3947).

Modified: branches/branch-6-0/docs/en/mapfile/cluster.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/cluster.txt	2012-03-13 12:57:59 UTC (rev 13238)
+++ branches/branch-6-0/docs/en/mapfile/cluster.txt	2012-03-13 13:03:40 UTC (rev 13239)
@@ -87,8 +87,8 @@
     CLUSTER
        MAXDISTANCE 20  # in pixels
        REGION ellipse  # can be rectangle or ellipse
-       GROUP (expression)  # we can define an expression to create separate groups for each value
-       FILTER (expression) # we can define a logical expression to specify the grouping condition
+       GROUP (expression)  # an expression to create separate groups for each value
+       FILTER (expression) # a logical expression to specify the grouping condition
     END
     LABELITEM "Cluster:FeatureCount"    
     CLASS

Modified: trunk/docs/en/mapfile/cluster.txt
===================================================================
--- trunk/docs/en/mapfile/cluster.txt	2012-03-13 12:57:59 UTC (rev 13238)
+++ trunk/docs/en/mapfile/cluster.txt	2012-03-13 13:03:40 UTC (rev 13239)
@@ -102,8 +102,8 @@
     CLUSTER
        MAXDISTANCE 20  # in pixels
        REGION ellipse  # can be rectangle or ellipse
-       GROUP (expression)  # we can define an expression to create separate groups for each value
-       FILTER (expression) # we can define a logical expression to specify the grouping condition
+       GROUP (expression)  # an expression to create separate groups for each value
+       FILTER (expression) # a logical expression to specify the grouping condition
     END
     LABELITEM "Cluster:FeatureCount"    
     CLASS



More information about the mapserver-commits mailing list