我在使用WFS请求将数据加载到属性存储时遇到问题。
我正在使用以下代码创建商店。
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
})
我尝试添加侦听器以查看发生了什么,beforeload侦听器触发但是没有加载,并且没有发送WFS请求。 Firebug中没有错误。
非常感谢任何帮助。
由于
汤姆
答案 0 :(得分:0)
您想使用AttributeStore的内容?如果对于编辑要素的属性,最好使用FeatureStore + ExtJs.GridPanelEditor AnyWey有你想要的例子。 http://api.geoext.org/1.1/examples/attributes.html