Changeset 657
- Timestamp:
- 06/21/06 11:22:48 (3 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Ajax.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control.js (modified) (1 diff)
- 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/MouseToolbar.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/Events.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Feature.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Feature/WFS.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Icon.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer.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/Markers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/Text.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/Yahoo.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Map.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Marker.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Popup.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Popup/Anchored.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/SingleFile.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Tile.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Tile/Image.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Tile/WFS.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Util.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r613 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 //// 2 5 /// This blob sucks in all the files in uncompressed form for ease of use trunk/openlayers/lib/OpenLayers/Ajax.js
r550 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 2 5 OpenLayers.ProxyHost = "/viewer/Crossbrowser/blindproxy.py?url="; trunk/openlayers/lib/OpenLayers/Control.js
r326 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 /** 2 5 * @class trunk/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js
r649 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Control.js 2 5 trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js
r603 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Control.js 2 5 /** trunk/openlayers/lib/OpenLayers/Control/MouseDefaults.js
r630 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Control.js 2 5 OpenLayers.Control.MouseDefaults = Class.create(); trunk/openlayers/lib/OpenLayers/Control/MouseToolbar.js
r630 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Control.js 2 5 OpenLayers.Control.MouseToolbar = Class.create(); trunk/openlayers/lib/OpenLayers/Control/PanZoom.js
r651 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Control.js 2 5 trunk/openlayers/lib/OpenLayers/Control/PanZoomBar.js
r572 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Control/PanZoom.js 2 5 trunk/openlayers/lib/OpenLayers/Events.js
r570 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 OpenLayers.Events = Class.create(); 2 5 trunk/openlayers/lib/OpenLayers/Feature.js
r576 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 /** 2 5 * @class trunk/openlayers/lib/OpenLayers/Feature/WFS.js
r527 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 /** 2 5 * @class trunk/openlayers/lib/OpenLayers/Icon.js
r523 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 /** 2 5 * @class trunk/openlayers/lib/OpenLayers/Layer.js
r622 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 /** 2 5 * @class trunk/openlayers/lib/OpenLayers/Layer/Google.js
r623 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Layer.js 2 5 trunk/openlayers/lib/OpenLayers/Layer/Grid.js
r598 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Layer.js 2 5 // @require: OpenLayers/Util.js trunk/openlayers/lib/OpenLayers/Layer/Markers.js
r633 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Layer.js 2 5 /** trunk/openlayers/lib/OpenLayers/Layer/Text.js
r628 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Layer/Markers.js 2 5 trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js
r623 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Layer.js 2 5 trunk/openlayers/lib/OpenLayers/Layer/WFS.js
r628 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Layer/Grid.js 2 5 // @require: OpenLayers/Layer/Markers.js trunk/openlayers/lib/OpenLayers/Layer/WMS.js
r629 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Layer/Grid.js 2 5 /** trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js
r623 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Layer.js 2 5 trunk/openlayers/lib/OpenLayers/Map.js
r652 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Util.js 2 5 /** trunk/openlayers/lib/OpenLayers/Marker.js
r534 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 /** 2 5 * @class trunk/openlayers/lib/OpenLayers/Popup.js
r538 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 /** 2 5 * @class trunk/openlayers/lib/OpenLayers/Popup/Anchored.js
r461 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Popup.js 2 5 trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js
r566 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Popup/Anchored.js 2 5 trunk/openlayers/lib/OpenLayers/SingleFile.js
r524 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 _OPENLAYERS_SFL_=true 2 5 trunk/openlayers/lib/OpenLayers/Tile.js
r550 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 /* 2 5 * OpenLayers.Tile trunk/openlayers/lib/OpenLayers/Tile/Image.js
r605 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Tile.js 2 5 /** trunk/openlayers/lib/OpenLayers/Tile/WFS.js
r550 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 // @require: OpenLayers/Tile.js 2 5 /** trunk/openlayers/lib/OpenLayers/Util.js
r643 r657 1 /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full 3 * text of the license. */ 1 4 /** 2 5 * @class
