<div dir="ltr">You are using CLASSITEM "status" but you have only classes defined for "E" and "D" in the layer. The status value is empty for those clusters which has mixed values of the same attribute in the individual shapes contained by the cluster and probably these clusters are not displayed. <div>
<br></div><div>However with the recent version of mapserver (in master) this behaviour has been changed.<div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div> <div class="gmail_extra"><br><br><div class="gmail_quote">
2014/1/9 LewInMadrid <span dir="ltr"><<a href="mailto:LCLARK@genasys.com" target="_blank">LCLARK@genasys.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm trying to cluster a few thousand points but as I zoom out points<br>
disappear until I have an almost empty map instead of a few cluster symbols<br>
with big numbers.<br>
<br>
I'm using MapServer v6.0.2<br>
Here's an example with 2 different zoom levels.<br>
<<a href="http://osgeo-org.1560.x6.nabble.com/file/n5097138/map_zoom_in.png" target="_blank">http://osgeo-org.1560.x6.nabble.com/file/n5097138/map_zoom_in.png</a>><br>
<<a href="http://osgeo-org.1560.x6.nabble.com/file/n5097138/map_zoom_out.png" target="_blank">http://osgeo-org.1560.x6.nabble.com/file/n5097138/map_zoom_out.png</a>><br>
<br>
  LAYER<br>
    NAME "my_point_layer"<br>
    STATUS ON<br>
    CONNECTIONTYPE POSTGIS<br>
    CONNECTION "host=127.0.0.1 port=5432 dbname=rasterdb user=postgres<br>
password=postgres"<br>
    DATA "g_point FROM my_point_table USING UNIQUE gid USING SRID=900913"<br>
    TYPE POINT<br>
    PROJECTION<br>
      "init=epsg:900913"<br>
    END<br>
    CLUSTER<br>
      MAXDISTANCE 30  # in pixels<br>
      REGION "rectangle"  # can be rectangle or ellipse<br>
    END<br>
    LABELITEM "Cluster:FeatureCount"<br>
    CLASSITEM "status"<br>
    CLASS<br>
      NAME       "D"<br>
      EXPRESSION "D"<br>
      STYLE<br>
        SYMBOL "circle"<br>
        ANTIALIAS TRUE<br>
        SIZE 8<br>
        OUTLINECOLOR 0 0 0<br>
      END<br>
    END<br>
    CLASS<br>
      NAME       "E"<br>
      EXPRESSION "E"<br>
    #  TEXT "[idelem]"<br>
      STYLE<br>
        SYMBOL "circle"<br>
        ANTIALIAS TRUE<br>
        SIZE 25<br>
        COLOR 0 255 0<br>
        OUTLINECOLOR 0 0 0<br>
      END<br>
      LABEL<br>
        FONT     vera_sans-bold-italic<br>
        TYPE TRUETYPE<br>
        SIZE 8<br>
        COLOR 0 0 0<br>
        OUTLINECOLOR 255 255 255<br>
        ALIGN CENTER<br>
        PRIORITY 9<br>
        POSITION cc<br>
      END<br>
    END<br>
  END<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/MspServer-Cluster-Problem-tp5097138.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/MspServer-Cluster-Problem-tp5097138.html</a><br>
Sent from the Mapserver - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div><br></div></div></div></div>