Parameters: |
- meta – Object Reader configuration from which:
layerOptions is an optional object passed as default options
to the OpenLayers.Layer.WMS constructor.
layerParams is an optional set of parameters to pass into the
OpenLayers.Layer.WMS constructor.
- recordType – Array | Ext.data.Record An array of field
configuration objects or a record object. Default is
GeoExt.data.LayerRecord with the following fields:
name, title, abstract, queryable, opaque, noSubsets, cascaded,
fixedWidth, fixedHeight, minScale, maxScale, prefix, formats,
styles, srs, dimensions, bbox, llbbox, attribution, keywords,
identifiers, authorityURLs, metadataURLs.
The type of these fields is the same as for the matching fields in
the object returned from
OpenLayers.Format.WMSCapabilities::read().
|