[Commits] r2000 - core/trunk/geoext/examples
commits at geoext.org
commits at geoext.org
Wed Mar 17 18:31:45 CET 2010
Author: tschaub
Date: 2010-03-17 18:31:45 +0100 (Wed, 17 Mar 2010)
New Revision: 2000
Modified:
core/trunk/geoext/examples/vector-legend.js
Log:
Docs for vector legend example.
Modified: core/trunk/geoext/examples/vector-legend.js
===================================================================
--- core/trunk/geoext/examples/vector-legend.js 2010-03-17 16:02:00 UTC (rev 1999)
+++ core/trunk/geoext/examples/vector-legend.js 2010-03-17 17:31:45 UTC (rev 2000)
@@ -1,3 +1,17 @@
+/**
+ * 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[vector-legend]
+ * Vector Legend
+ * -------------------------
+ * Render a legend for a vector layer.
+ */
+
var mapPanel, legendPanel;
Ext.onReady(function() {
More information about the Commits
mailing list