[Users] AttributeStore not loading data
Thomas Colley
it087 at neath-porttalbot.gov.uk
Mon Aug 13 10:53:16 CEST 2012
Hi
I am having problems loading data into an attribute store using a WFS
request.
I am using the code below to create the store.
var attrStore = new GeoExt.data.AttributeStore({
url: "http://geoserver:8080/geoserver/ows",
baseParams: {
SERVICE: "WFS",
REQUEST: "DescribeFeatureType",
VERSION: "1.1.0",
TYPENAME: layerID
},
autoLoad: true
})
I have tried adding listeners to see what is happening, the beforeload
listener fires but not the load and the WFS request is not being sent.
There are no errors in Firebug.
Any help would be very much appreciated.
Thanks
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.geoext.org/pipermail/users/attachments/20120813/6d6ce33c/attachment.htm
More information about the Users
mailing list