[Commits] r2211 - core/trunk/geoext/examples
commits at geoext.org
commits at geoext.org
Wed May 26 08:48:11 CEST 2010
Author: bartvde
Date: 2010-05-26 08:48:11 +0200 (Wed, 26 May 2010)
New Revision: 2211
Modified:
core/trunk/geoext/examples/wms-tree.js
Log:
add docstring to the wms-tree example, thanks to fredj for the catch (closes #272)
Modified: core/trunk/geoext/examples/wms-tree.js
===================================================================
--- core/trunk/geoext/examples/wms-tree.js 2010-05-26 05:37:39 UTC (rev 2210)
+++ core/trunk/geoext/examples/wms-tree.js 2010-05-26 06:48:11 UTC (rev 2211)
@@ -1,3 +1,16 @@
+/**
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
+ *
+ * Published under the BSD license.
+ * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
+ * of the license.
+ */
+
+/** api: example[wms-tree]
+ * WMS Capabilities Tree
+ * ---------------------
+ * Create a tree loader from WMS capabilities documents.
+ */
var tree, mapPanel;
Ext.onReady(function() {
More information about the Commits
mailing list