>                            wfsProtocol = new OpenLayers.Protocol.WFS({
>                               url: "http://localhost:8080/geoserver/wfs";,
>                               featureType:intersectLayerName,
>                               propertyName:"sales",
>                       
>                               featureNS:"http://kcubeconsulting.com/panama";,
>                               srsName: "EPSG:4326",
>                               version: "1.0.0"
>                            });
Okay, this is OL rather geoservers. What you want
is propertyNames:["sales"]

not propertyName and it goes into the wfsProtocol.read statement, not 
into the protocol constructor.


Notice: This email and any attachments are confidential. If received in error 
please destroy and immediately notify us. Do not copy or disclose the contents.


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to