[mapserver-commits] r12688 - trunk/docs/en/mapfile

svn at osgeo.org svn at osgeo.org
Sun Oct 23 11:45:03 EDT 2011


Author: tamas
Date: 2011-10-23 08:45:03 -0700 (Sun, 23 Oct 2011)
New Revision: 12688

Modified:
   trunk/docs/en/mapfile/cluster.txt
Log:
Document the CLUSTER_GET_ALL_SHAPES and CLUSTER_GET_ALL_SHAPES_ON_QUERY processing options (#3873)

Modified: trunk/docs/en/mapfile/cluster.txt
===================================================================
--- trunk/docs/en/mapfile/cluster.txt	2011-10-23 15:23:11 UTC (rev 12687)
+++ trunk/docs/en/mapfile/cluster.txt	2011-10-23 15:45:03 UTC (rev 12688)
@@ -74,6 +74,21 @@
     parameter can also be used, which provides the option to filter
     the shapes having too many or to few neighbors within the search
     region.
+
+Supported Processing Options
+============================
+
+The following processing options can be used with the cluster layers:
+
+CLUSTER_GET_ALL_SHAPES
+    Return all shapes contained by a cluster instead of a single shape.
+    This setting affects both the drawing and the query processing.
+
+CLUSTER_GET_ALL_SHAPES_ON_QUERY
+    Return all shapes contained by a cluster instead of a single shape
+    during the query, but return a single shape per cluster during the
+    normal drawing operations.
+
     
 Mapfile Snippet
 ===============



More information about the mapserver-commits mailing list