Changes between Version 18 and Version 19 of Release/2.7/Notes

Show
Ignore:
Timestamp:
09/04/08 19:32:20 (5 years ago)
Author:
euzuro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.7/Notes

    v18 v19  
    33As of 2.7-RC1, the OpenLayers 2.7 release closes 183 outstanding tickets.  
    44 
    5 Included in this release are ... More new features and fixes are listed below. 
     5Major features of this new release are:  
     6 * Vector-Behavior  
     7 * Improved Vector rendering for better performance 
     8 * Canvas rendering class 
     9 * Z-Ordering and Y-Ordering for Vector layers 
     10 * New !OpenLayers.Request interface for AJAX 
     11 * Smarter Popups 
     12 
     13... More new features and fixes are listed below. 
    614 
    715 * Release wiki: [wiki:Release/2.7] 
     
    5664   * panTo() now uses tween if new center is in the current bounds + a ratio (#1341) 
    5765   * 'closest' parameter exposed in zoomToExtent() and zoomToScale(). (#1250) 
    58    * 
    59    * 
     66   * Added getUnits() method. (#1591) 
    6067 * Added scale() method to !OpenLayers.Bounds" (takes a ratio and an optional center). (#1341) 
     68 * Popup: 
     69   * Now use new features of getRenderedDimensions() to more accurately auto-size. (#1500) 
     70   * Now automatically resize if their [img tag] contents change. (#1469) 
     71   * Auto-Sizing code bubbled out into APIMethod updateSize() to allow for better interactivity. (#1708) 
     72 * Renderer: 
     73   * New Renderer.Canvas class! (#1512) 
     74   * New vector rendering for better performance and less renderer specific limitations. (#1675, #1656, #1631, #1431, #1709)  
     75   * Added new graphicName symbolizer property, which allows to render well-known graphic symbols named "square", "cross", "x" and "triangle", in addition to the existing "circle". (#1398)  
     76   * Implemented rotation of externalGraphic vector point features. (#1433) 
     77   *  
     78 
     79 * Util: getRenderedDimensions() improved to account for a css class on the containing div for the HTML content. (#1500) 
     80 * 
    6181 *  
    6282 * 
    63  * 
    64  
    6583 
    6684 
     
    95113   * Layer.Google: ow displays in correct position when it was originally loaded as the not default layer, or if the map is resized while the google layer is hidden. (#830)  
    96114   * Layer.Grid: uses layer's 'maxExtent' instead of the maps in laying out the tiles. (#1552) 
    97    * Layer.MapGuide: 
     115   * Layer.!MapGuide: 
    98116     * Layer now gets correctly set up and reports correct co-ordinates. (#1511) 
    99117     * Adjust how the parameters are calculated for the GETVISIBLEMAPEXTENT call for overlays so that existing parameters are safely overwritten with the required parameters for this call. (#1647) 
     
    111129 * Map 
    112130   * panTo() no longer executes if called on same center... eliminating vector flicker. (#1507) 
    113  * 
     131   * 
    114132 * 
    115133 *