Config Options
Configuration properties in addition to
those listed for Ext.data.Store.
-
fields
- Array | Function
Either an Array of field definition objects as passed to
Ext.data.Record.create, or a record constructor created using
Ext.data.Record.create. Defaults to ["name", "type"].
-
format
- OpenLayers.Format
A parser for transforming the XHR response into an array of objects
representing attributes. Defaults to an OpenLayers.Format.WMSCapabilities
parser.