Changeset 277
- Timestamp:
- 05/23/06 11:20:31 (3 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/PanZoom.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Google.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Grid.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Marker.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Text.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/WFS.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/WMS.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Map.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Popup.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Tile/Image.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Tile/WFS.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js
r214 r277 1 // @require OpenLayers/Control.js 2 1 3 OpenLayers.Control.KeyboardDefaults = Class.create(); 2 4 OpenLayers.Control.KeyboardDefaults.prototype = trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js
r254 r277 1 // @require OpenLayers/Control.js 1 2 /** 2 3 * @class trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js
r276 r277 1 // @require OpenLayers/Control.js 1 2 OpenLayers.Control.MouseDefaults = Class.create(); 2 3 OpenLayers.Control.MouseDefaults.prototype = trunk/openlayers/lib/OpenLayers/Control/PanZoom.js
r272 r277 1 // @require OpenLayers/Control.js 1 2 // 2 3 // default zoom/pan controls trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js
r272 r277 1 // @require: core/util.js 2 // @require: core/alphaImage.js 1 // @require OpenLayers/Control/PanZoom.js 3 2 4 3 // trunk/openlayers/lib/OpenLayers/Layer/Google.js
r29 r277 1 // @require OpenLayers/Layer.js 2 1 3 OpenLayers.Layer.Google = Class.create(); 2 4 OpenLayers.Layer.Google.prototype = Object.extend( new OpenLayers.Layer(), { trunk/openlayers/lib/OpenLayers/Layer/Grid.js
r240 r277 1 // @require OpenLayers/Layer.js 2 // @require OpenLayers/Util.js 1 3 OpenLayers.Layer.Grid = Class.create(); 2 4 OpenLayers.Layer.Grid.prototype = Object.extend( new OpenLayers.Layer(), { trunk/openlayers/lib/OpenLayers/Layer/Marker.js
r268 r277 1 // @require OpenLayers/Layer.js 1 2 /** 2 3 * @class trunk/openlayers/lib/OpenLayers/Layer/Text.js
r215 r277 1 // @require OpenLayers/Layer/Marker.js 1 2 /** 2 3 * @class trunk/openlayers/lib/OpenLayers/Layer/WFS.js
r190 r277 1 // @require OpenLayers/Layer/Grid.js 2 // @require OpenLayers/Layer/Marker.js 1 3 /** 2 4 * @class trunk/openlayers/lib/OpenLayers/Layer/WMS.js
r240 r277 1 // @require OpenLayers/Layer/Grid.js 1 2 /** 2 3 * @class trunk/openlayers/lib/OpenLayers/Map.js
r271 r277 1 // @require OpenLayers/Util.js 1 2 /** 2 3 * @class trunk/openlayers/lib/OpenLayers/Popup.js
r255 r277 1 // @require OpenLayers/Util.js 2 1 3 /** 2 4 * @class trunk/openlayers/lib/OpenLayers/Tile/Image.js
r180 r277 1 // @require OpenLayers/Tile.js 1 2 /** 2 3 * @class trunk/openlayers/lib/OpenLayers/Tile/WFS.js
r275 r277 1 // @require OpenLayers/Tile.js 1 2 /** 2 3 * @class
