[mapserver-users] resultCacheMemberObj class is missing

2011-10-12 Thread ahmet temiz
hello In my java - mapscript, resultCacheMemberObj class is missing. what might have happened ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı Bilgi ve CBS grubu Eskişehir Yolu 10. km. Lodumlu / Ankara Tel : 0 312

[mapserver-users] Expressions on Cluster Objects

2011-10-12 Thread Fawcett, David (MPCA)
I have been playing around with the new cluster functionality a little bit. I am looking for way to classify the clusters based on their feature counts. E.g. larger circles for clusters of 10 features and even larger circles for clusters of 100 features. Because Cluster:FeatureCount

Re: [mapserver-users] Expressions on Cluster Objects

2011-10-12 Thread Tamas Szekeres
David, I think that option should indeed work in the class expressions. Do you have a more complete example (map file)? Best regards, Tamas 2011/10/12 Fawcett, David (MPCA) david.fawc...@state.mn.us I have been playing around with the new cluster functionality a little bit. I am looking

RE: [mapserver-users] Expressions on Cluster Objects

2011-10-12 Thread Fawcett, David (MPCA)
Thanks Tamas. Here is the layer snippet: LAYER NAME sites STATUS default DATA 'sites' TYPE POINT CLUSTER MAXDISTANCE 50 REGION ellipse END LABELITEM Cluster:FeatureCount CLASS NAME small EXPRESSION ([Cluster:FeatureCount] 11) STYLE COLOR 255 0 0