[OpenLayers-Commits] r10985 - in
sandbox/tschaub/uncircular/lib/OpenLayers: . BaseTypes Popup
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sat Jan 1 17:40:40 EST 2011
Author: tschaub
Date: 2011-01-01 14:40:40 -0800 (Sat, 01 Jan 2011)
New Revision: 10985
Modified:
sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/LonLat.js
sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Pixel.js
sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Size.js
sandbox/tschaub/uncircular/lib/OpenLayers/Feature.js
sandbox/tschaub/uncircular/lib/OpenLayers/Filter.js
sandbox/tschaub/uncircular/lib/OpenLayers/Format.js
sandbox/tschaub/uncircular/lib/OpenLayers/Geometry.js
sandbox/tschaub/uncircular/lib/OpenLayers/Handler.js
sandbox/tschaub/uncircular/lib/OpenLayers/Icon.js
sandbox/tschaub/uncircular/lib/OpenLayers/Layer.js
sandbox/tschaub/uncircular/lib/OpenLayers/Map.js
sandbox/tschaub/uncircular/lib/OpenLayers/Marker.js
sandbox/tschaub/uncircular/lib/OpenLayers/Popup.js
sandbox/tschaub/uncircular/lib/OpenLayers/Popup/FramedCloud.js
sandbox/tschaub/uncircular/lib/OpenLayers/Projection.js
sandbox/tschaub/uncircular/lib/OpenLayers/Protocol.js
sandbox/tschaub/uncircular/lib/OpenLayers/Renderer.js
sandbox/tschaub/uncircular/lib/OpenLayers/Rule.js
sandbox/tschaub/uncircular/lib/OpenLayers/Strategy.js
sandbox/tschaub/uncircular/lib/OpenLayers/Style.js
sandbox/tschaub/uncircular/lib/OpenLayers/Style2.js
sandbox/tschaub/uncircular/lib/OpenLayers/StyleMap.js
sandbox/tschaub/uncircular/lib/OpenLayers/Symbolizer.js
sandbox/tschaub/uncircular/lib/OpenLayers/Tile.js
sandbox/tschaub/uncircular/lib/OpenLayers/Tween.js
Log:
Require Class where required.
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/LonLat.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/LonLat.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/LonLat.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Pixel.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Pixel.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Pixel.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Size.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Size.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/BaseTypes/Size.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,10 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
+ */
+
+/**
* Class: OpenLayers.Size
* Instances of this class represent a width/height pair
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Feature.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Feature.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Feature.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -5,6 +5,7 @@
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
* @requires OpenLayers/Marker.js
* @requires OpenLayers/Popup/AnchoredBubble.js
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Filter.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Filter.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Filter.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -5,6 +5,7 @@
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
* @requires OpenLayers/Style.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Format.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Format.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Format.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
* @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Geometry.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Geometry.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Geometry.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Format/WKT.js
* @requires OpenLayers/Feature/Vector.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Handler.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Handler.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Handler.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Events.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Icon.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Icon.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Icon.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,10 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
+ */
+
+/**
* Class: OpenLayers.Icon
*
* The icon represents a graphical icon on the screen. Typically used in
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Layer.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Layer.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Layer.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -5,6 +5,7 @@
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Map.js
* @requires OpenLayers/Projection.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Map.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Map.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Map.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
* @requires OpenLayers/Events.js
* @requires OpenLayers/Tween.js
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Marker.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Marker.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Marker.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -5,6 +5,7 @@
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Events.js
* @requires OpenLayers/Icon.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Popup/FramedCloud.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Popup/FramedCloud.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Popup/FramedCloud.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -6,6 +6,9 @@
/**
* @requires OpenLayers/Popup/Framed.js
* @requires OpenLayers/Util.js
+ * @requires OpenLayers/BaseTypes/Bounds.js
+ * @requires OpenLayers/BaseTypes/Pixel.js
+ * @requires OpenLayers/BaseTypes/Size.js
*/
/**
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Popup.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Popup.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Popup.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -3,7 +3,11 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */
+/**
+ * @requires OpenLayers/BaseTypes/Class.js
+ */
+
/**
* Class: OpenLayers.Popup
* A popup is a small div that can opened and closed on the map.
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Projection.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Projection.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Projection.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Protocol.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Protocol.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Protocol.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,10 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
+ */
+
+/**
* Class: OpenLayers.Protocol
* Abstract vector layer protocol class. Not to be instantiated directly. Use
* one of the protocol subclasses instead.
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Renderer.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Renderer.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Renderer.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,10 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
+ */
+
+/**
* Class: OpenLayers.Renderer
* This is the base class for all renderers.
*
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Rule.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Rule.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Rule.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -5,6 +5,7 @@
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
* @requires OpenLayers/Style.js
* @requires OpenLayers/Symbolizer/Point.js
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Strategy.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Strategy.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Strategy.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,10 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
+ */
+
+/**
* Class: OpenLayers.Strategy
* Abstract vector layer strategy class. Not to be instantiated directly. Use
* one of the strategy subclasses instead.
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Style.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Style.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Style.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -5,6 +5,7 @@
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
* @requires OpenLayers/Feature/Vector.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Style2.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Style2.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Style2.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Rule.js
* @requires OpenLayers/Symbolizer/Point.js
* @requires OpenLayers/Symbolizer/Line.js
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/StyleMap.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/StyleMap.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/StyleMap.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Style.js
* @requires OpenLayers/Feature/Vector.js
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Symbolizer.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Symbolizer.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Symbolizer.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,10 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
+ */
+
+/**
* Class: OpenLayers.Symbolizer
* Base class representing a symbolizer used for feature rendering.
*/
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Tile.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Tile.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Tile.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -5,6 +5,7 @@
/*
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js
* @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js
Modified: sandbox/tschaub/uncircular/lib/OpenLayers/Tween.js
===================================================================
--- sandbox/tschaub/uncircular/lib/OpenLayers/Tween.js 2011-01-01 22:39:33 UTC (rev 10984)
+++ sandbox/tschaub/uncircular/lib/OpenLayers/Tween.js 2011-01-01 22:40:40 UTC (rev 10985)
@@ -4,6 +4,7 @@
* full text of the license. */
/**
+ * @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Console.js
*/
More information about the Commits
mailing list