[Commits] r1373 - core/trunk/geoext/lib/GeoExt/data
commits at geoext.org
commits at geoext.org
Fri Oct 2 16:35:10 CEST 2009
Author: ahocevar
Date: 2009-10-02 16:35:09 +0200 (Fri, 02 Oct 2009)
New Revision: 1373
Modified:
core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesReader.js
Log:
added a list of the additional LayerRecord fields to the API docs.
Modified: core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesReader.js 2009-09-30 12:23:17 UTC (rev 1372)
+++ core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesReader.js 2009-10-02 14:35:09 UTC (rev 1373)
@@ -23,7 +23,12 @@
* :param meta: ``Object`` Reader configuration.
* :param recordType: ``Array | Ext.data.Record`` An array of field
* configuration objects or a record object. Default is
- * :class:`GeoExt.data.LayerRecord`.
+ * :class:`GeoExt.data.LayerRecord` with the following additional
+ * fields: name (string), abstract (string), queryable (string),
+ * formats, styles, llbbox, minScale, maxScale, prefix, attribution,
+ * keywords, metadataURLs. The type of these fields is the same as
+ * for the matching fields in the object returned from
+ * ``OpenLayers.Format.WMSCapabilities::read()``.
*
* Data reader class to create an array of
* :class:`GeoExt.data.LayerRecord` objects from a WMS GetCapabilities
More information about the Commits
mailing list