OpenLayers OpenLayers
Show
Ignore:
Timestamp:
09/15/07 14:08:13 (1 year ago)
Author:
crschmidt
Message:

Modify news.txt to be something similar to up to date. This reorganization
removes outdated 2.0 information (which has since moved to the wiki) and
instead acts as a release history, with pointers to the appropriate release
notes in the wiki.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/news.txt

    r1424 r4323  
    1 OpenLayers 2.0 Release Notes 
     1OpenLayers 2.5: 
     2 r4??? 
     3 Released ??  
     4 http://trac.openlayers.org/wiki/Release/2.5/Notes 
    25 
    3  * Deprecated Methods which were removed:  
     6OpenLayers 2.4: 
     7 r3198 
     8 Released 05/29/07  
     9 http://trac.openlayers.org/wiki/Release/2.4/Notes 
    410 
    5  For details, see r1228 
     11OpenLayers 2.3: 
     12 r2255 
     13 Released 02/21/07  
     14 http://trac.openlayers.org/wiki/Release/2.3/Notes 
    615 
    7  * OpenLayers.Map 
    8    * removed: getFullExtent() -- use  getMaxExtent() instead 
    9    * removed: zoomToFullExtent() -- use  zoomToMaxExtent() instead 
    10  * OpenLayers.Layer.Grid 
    11    * removed: setTileSize() -- user should instead pass a 'tileSize' property  
    12               as one of the options when initializing the Grid Layer. ex:  
    13          
    14         var url = "http://octo.metacarta.com/cgi-bin/mapserv"; 
    15         var options = {tileSize: new OpenLayers.Size(500,50)}; 
    16         var map = new OpenLayers.Map('map', options); 
    17         layer = new OpenLayers.Layer.WMS(name, url, params); 
    18   
    19  * OpenLayers.Layer.HTTPRequest 
    20    * removed: changeParams() -- use mergeNewParams() instead 
    21  * OpenLayers.Pixel 
    22    * removed: copyOf() -- use  clone() instead 
    23  * OpenLayers.Size 
    24    * removed: copyOf() -- use  clone() instead 
    25  * OpenLayers.LonLat 
    26    * removed: copyOf() -- use  clone() instead 
    27  * OpenLayers.Bounds 
    28    * removed: copyOf() -- use  clone() instead 
    29  * Array 
    30    * removed: copyOf() -- use  clone() instead 
     16OpenLayers 2.2: 
     17 r1866 
     18 Released 11/15/06  
     19 http://trac.openlayers.org/wiki/Release/2.2/Notes 
    3120 
    32  * MouseWheel 
    33   * It is now possible to zoom in/out with the mouse wheel instead of clicks. 
    34   
    35  * Spiral Gridding 
    36   * Instead of loading from the top to bottom of the map, Openlayers will  
    37     now start loading tiles from the center of the map. 
     21OpenLayers 2.1: 
     22 r1521 
     23 Released 10/02/06 
     24 http://trac.openlayers.org/wiki/Release/2.1/Notes 
    3825 
    39  * Tile Re-Use 
    40   * In order to lower memory constraints and reduce element creation times,  
    41     OpenLayers now creates a single set of images/tiles and reuses them as  
    42     you scroll around the map. 
    43  
    44  * New Layer Support 
    45   * Google  
    46   * Virtual Earth 
    47   * GeoRSS (RSS 1.0 and 2.0 in FF, IE, RSS 2.0 in Safari) 
    48   * KaMap 
    49   * Untiled WMS 
    50  
    51  * Scale Based Methods  
    52   * It is now possible to set zooms based on the concept of scale. See  
    53     documentation in the options for the Map constructor. 
     26OpenLayers 2.0: 
     27 r1368 
     28 Released 08/25/06 
     29 http://trac.openlayers.org/wiki/Release/2.0/Notes 
    5430 
    5531OpenLayers 1.0 
     32 r787 
     33 Released 06/27/06 
    5634 Initial release.