我在使用 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
})
我尝试添加侦听器以查看发生了什么,前加载侦听器触发但不加载,并且未发送 WFS 请求。Firebug 中没有错误。
任何帮助将不胜感激。
谢谢
汤姆
你想用 AttributeStore 做什么?如果用于编辑功能的属性,最好使用FeatureStore+ExtJs.GridPanelEditor。
AnyWey有你想要的例子。http://api.geoext.org/1.1/examples/attributes.html