Hi all,<br><br>this is my code and here layer is information of layer that i want to add into the map. can any one help me for this code<br><br>var wfsLayer = new OpenLayers.Layer.Vector(<br> <a href="http://layer.name">layer.name</a><br>
, {<br> strategies: [new OpenLayers.Strategy.Fixed()]<br> , protocol: new OpenLayers.Protocol.WFS({<br> url:this.urlvalue<br> , version: "1.0.0"<br>
, srsName: "EPSG:4326"<br> , featureType: layer.protocol.featureType<br> , featureNS: "<a href="http://www.openplans.org/topp">http://www.openplans.org/topp</a>"<br>
})<br> , projection: new OpenLayers.Projection("EPSG:4326")<br> , styleMap: new OpenLayers.StyleMap({<br> strokeColor: "Red",<br>
strokeWidth: 2,<br> strokeOpacity: 0.5,<br> fillOpacity: 0.2<br> }) <br>