Changeset 1143
- Timestamp:
- 08/09/06 00:23:27 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/HTTPRequest.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.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/Layer/WMS/Untiled.js (modified) (1 diff)
- trunk/openlayers/lib/Rico/Corner.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/HTTPRequest.js
r941 r1143 21 21 * @constructor 22 22 * 23 * @param { str} name24 * @param { str} url23 * @param {String} name 24 * @param {String} url 25 25 * @param {hash} params 26 26 * @param {Object} options Hash of extra options to tag onto the layer trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js
r1142 r1143 27 27 * @constructor 28 28 * 29 * @param { str} name29 * @param {String} name 30 30 */ 31 31 initialize:function(name) { trunk/openlayers/lib/OpenLayers/Layer/WFS.js
r1096 r1143 41 41 * @constructor 42 42 * 43 * @param { str} name44 * @param { str} url43 * @param {String} name 44 * @param {String} url 45 45 * @param {hash} params 46 46 * @param {Object} options Hash of extra options to tag onto the layer trunk/openlayers/lib/OpenLayers/Layer/WMS.js
r1140 r1143 30 30 * @constructor 31 31 * 32 * @param { str} name33 * @param { str} url32 * @param {String} name 33 * @param {String} url 34 34 * @param {hash} params 35 35 * @param {Object} options Hash of extra options to tag onto the layer trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
r1096 r1143 34 34 * @constructor 35 35 * 36 * @param { str} name37 * @param { str} url36 * @param {String} name 37 * @param {String} url 38 38 * @param {hash} params 39 39 */ trunk/openlayers/lib/Rico/Corner.js
r345 r1143 43 43 * supplied to the `round` method. 44 44 * 45 * @param { str} newColor - The new background color to use.45 * @param {String} newColor - The new background color to use. 46 46 */ 47 47 changeColor: function(theDiv, newColor) {
