Changeset 1788
- Timestamp:
- 11/09/06 05:11:35 (2 years ago)
- Files:
-
- branches/openlayers/2.2/lib/OpenLayers.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Ajax.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/BaseTypes.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/ArgParser.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/KeyboardDefaults.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/LayerSwitcher.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/MouseDefaults.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/MousePosition.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/MouseToolbar.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/OverviewMap.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/PanZoom.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/PanZoomBar.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/Permalink.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Control/Scale.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Events.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Feature.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Feature/WFS.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Icon.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/Boxes.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/Canvas.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/EventPane.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/FixedZoomLevels.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/GeoRSS.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/Google.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/Grid.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/HTTPRequest.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/Image.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/KaMap.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/MapServer.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/Markers.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/MultiMap.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/Text.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/VirtualEarth.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/WFS.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/WMS.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/WMS/Untiled.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/WorldWind.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Layer/Yahoo.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Map.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Marker.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Marker/Box.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Popup.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Popup/Anchored.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Popup/AnchoredBubble.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/SingleFile.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Tile.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Tile/Image.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Tile/WFS.js (modified) (1 diff)
- branches/openlayers/2.2/lib/OpenLayers/Util.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.2/lib/OpenLayers.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Ajax.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/BaseTypes.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/ArgParser.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/KeyboardDefaults.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/LayerSwitcher.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/MouseDefaults.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/MousePosition.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/MouseToolbar.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/OverviewMap.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 /** branches/openlayers/2.2/lib/OpenLayers/Control/PanZoom.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/PanZoomBar.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/Permalink.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Control/Scale.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Events.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Feature.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Feature/WFS.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Icon.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/Boxes.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/Canvas.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/EventPane.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/FixedZoomLevels.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/GeoRSS.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/Google.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/Grid.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/HTTPRequest.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/Image.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/KaMap.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/MapServer.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 // @requires OpenLayers/Layer/Grid.js branches/openlayers/2.2/lib/OpenLayers/Layer/Markers.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/MultiMap.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/Text.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/VirtualEarth.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/WFS.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/WMS.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/WMS/Untiled.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/WorldWind.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Layer/Yahoo.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Map.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Marker.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Marker/Box.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Popup.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Popup/Anchored.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Popup/AnchoredBubble.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/SingleFile.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Tile.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Tile/Image.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Tile/WFS.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4 branches/openlayers/2.2/lib/OpenLayers/Util.js
r1786 r1788 1 1 /* Copyright (c) 2006 MetaCarta, Inc., published under a modified BSD license. 2 * See http://svn.openlayers.org/trunk/openlayers/re lease-license.txt2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 4
