Hi all,
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
var wfsLayer = new OpenLayers.Layer.Vector(
layer.name
, {
strategies: [new OpenLayers.Strategy.Fixed()]
, protocol: new OpenLayers.Protocol.WFS({
url:this.urlvalue
, version: "1.0.0"
, srsName: "EPSG:4326"
, featureType: layer.protocol.featureType
, featureNS: "http://www.openplans.org/topp"
})
, projection: new OpenLayers.Projection("EPSG:4326")
, styleMap: new OpenLayers.StyleMap({
strokeColor: "Red",
strokeWidth: 2,
strokeOpacity: 0.5,
fillOpacity: 0.2
})
_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users