Hello everyone,

I'm trying to set labels on a point layer using code like this:

wfs2.style = OpenLayers.Util.applyDefaults(
            {
                strokeColor: "#008000",
                fillColor: "#FFFF00",
                strokeWidth: "2.0",
                label: "${someAtribute}",
                fontColor: "#FF0000"
             }

I don't get any errors at runtime, but no label appears. What am I missing?

Thanks,

Luís
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to