[Commits] r1823 - in sandbox/cmoullet/ux/GoogleEarthPanel/ux: control widgets

commits at geoext.org commits at geoext.org
Wed Jan 27 06:58:54 CET 2010


Author: cmoullet
Date: 2010-01-27 06:58:54 +0100 (Wed, 27 Jan 2010)
New Revision: 1823

Modified:
   sandbox/cmoullet/ux/GoogleEarthPanel/ux/control/GoogleEarthClick.js
   sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js
Log:
Add include/requires

Modified: sandbox/cmoullet/ux/GoogleEarthPanel/ux/control/GoogleEarthClick.js
===================================================================
--- sandbox/cmoullet/ux/GoogleEarthPanel/ux/control/GoogleEarthClick.js	2010-01-27 05:50:02 UTC (rev 1822)
+++ sandbox/cmoullet/ux/GoogleEarthPanel/ux/control/GoogleEarthClick.js	2010-01-27 05:58:54 UTC (rev 1823)
@@ -13,6 +13,13 @@
 
 Ext.namespace('GeoExt.ux');
 
+/**
+ * @requires OpenLayers/Control.js
+ * @include OpenLayers/Projection.js
+ * @include OpenLayers/Handler.js
+ * @include OpenLayers/Util.js
+ */
+
 /** api: constructor
  *  .. class:: GoogleEarthClick(options)
  *

Modified: sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js
===================================================================
--- sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js	2010-01-27 05:50:02 UTC (rev 1822)
+++ sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js	2010-01-27 05:58:54 UTC (rev 1823)
@@ -13,6 +13,17 @@
  */
 Ext.namespace('GeoExt.ux');
 
+/**
+ * @requires OpenLayers/Projection.js
+ * @include OpenLayers/Layer/Vector.js
+ * @include OpenLayers/Util.js
+ * @include OpenLayers/OpenLayers/Control/DragFeature.js
+ * @include OpenLayers/BaseTypes/LonLat.js
+ * @include OpenLayers/Geometry/LineString.js
+ * @include OpenLayers/Geometry/Point.js
+ * @include GoogleEarthPanel/ux/control/GoogleEarthClick.js
+ */
+
 /** private: property[scriptSourceGoogleEarth]
  *  ``String``  Source of this script: complete URL
  */



More information about the Commits mailing list