Hello folks!
How do I do to change color on a specific feature in a WFS-layer?
If I do it like the code below, then all of the features change color:
layer = new OpenLayers.Layer.WFS(XXXXX);
layer.style = {fillColor:'#FF0000'};
What I want to do is to change color an a feature with a specific value in one
of it's attributes, but I can't find the features anyware...
Best regards! //Mårten
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users