[Commits] r2072 - sandbox/cmoullet/ux/RoutingPanel/ux/widgets
commits at geoext.org
commits at geoext.org
Sat Apr 3 20:03:54 CEST 2010
Author: cmoullet
Date: 2010-04-03 20:03:54 +0200 (Sat, 03 Apr 2010)
New Revision: 2072
Modified:
sandbox/cmoullet/ux/RoutingPanel/ux/widgets/RoutingPanel.js
Log:
Add include
Modified: sandbox/cmoullet/ux/RoutingPanel/ux/widgets/RoutingPanel.js
===================================================================
--- sandbox/cmoullet/ux/RoutingPanel/ux/widgets/RoutingPanel.js 2010-04-03 17:21:19 UTC (rev 2071)
+++ sandbox/cmoullet/ux/RoutingPanel/ux/widgets/RoutingPanel.js 2010-04-03 18:03:54 UTC (rev 2072)
@@ -12,6 +12,16 @@
* base_link = `Ext.Panel <http://extjs.com/deploy/dev/docs/?class=Ext.Panel>`_
*/
+/*
+ * @include OpenLayers/Control/DrawFeature.js
+ * @include OpenLayers/StyleMap.js
+ * @include OpenLayers/Projection.js
+ * @include OpenLayers/Layer/Vector.js
+ * @include OpenLayers/BaseTypes/LonLat.js
+ * @include OpenLayers/Geometry/Point.js
+ * @include OpenLayers/Geometry/LineString.js
+ */
+
Ext.namespace('GeoExt.ux');
GeoExt.ux.RoutingPanel = Ext.extend(Ext.form.FormPanel, {
More information about the Commits
mailing list