Hello everyone,<br><br>I&#39;m trying to set labels on a point layer using code like this:<br><br>wfs2.style = OpenLayers.Util.applyDefaults(<br>            {<br>                strokeColor: &quot;#008000&quot;,<br>                fillColor: &quot;#FFFF00&quot;,<br>
                strokeWidth: &quot;2.0&quot;,<br>                label: &quot;${someAtribute}&quot;,<br>                fontColor: &quot;#FF0000&quot;<br>             }<br><br>I don&#39;t get any errors at runtime, but no label appears. What am I missing?<br>
<br>Thanks,<br><br>Luís<br><br>