<div>Hi guys, sorry about the blank email, i hate touchpad :(</div>
<div><br></div><div>Can someone tell me with my style is not working? It work fine when im using a static pointRadius (changing ${radius} by 4)</div><div><br></div><div>Im using a cluster strategy, and i want to make the circle size (style) dynamic (getting the number of features )</div>
<div><br></div><div><div> var style = new OpenLayers.Style({</div><div> pointRadius: "${radius}",</div><div> fillColor: "#ffcc66",</div><div> fillOpacity: 0.8,</div>
<div> strokeColor: "#cc6633",</div><div> strokeWidth: 2,</div><div> strokeOpacity: 0.8</div><div> }, {</div><div> <span class="Apple-tab-span" style="white-space:pre">        </span> context: {</div>
<div> <span class="Apple-tab-span" style="white-space:pre">        </span> radius: function(feature) {</div><div> <span class="Apple-tab-span" style="white-space:pre">        </span> return Math.min(feature.attributes.count, 7) + 3;</div>
<div> <span class="Apple-tab-span" style="white-space:pre">        </span> }</div><div> <span class="Apple-tab-span" style="white-space:pre">        </span> }</div><div> }); </div><div><br></div><div>Thank you.</div>
<div>Fred</div></div>