Hi all,
I have a WFS layer created with OpenLayers.Layer.WFS and I'd like to control its style. Looking at the docs OpenLayers.Layer.WFS doesn't have a styleMap property.

How can i decide its style? this is my code snippet:

    var secondLayer = new OpenLayers.Layer.WFS(second_layer,
        "http://localhost:8080/geoserver/wfs?";,
    {typeName: 'topp:foo_example_source2',
     maxfeatures: '20'});


Any help will be greatly appreciated!

tnx!

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

Reply via email to