Changes between Version 20 and Version 21 of Release/2.7/Notes

Show
Ignore:
Timestamp:
09/04/08 22:40:12 (5 years ago)
Author:
euzuro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.7/Notes

    v20 v21  
    7373   * New Renderer.Canvas class! (#1512) 
    7474   * New vector rendering for better performance and less renderer specific limitations. (#1675, #1656, #1631, #1431, #1709)  
     75   * Z-Ordering and Y-Ordering of vector elements! (#1357)  
    7576   * 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)  
    7677   * Implemented rotation of externalGraphic vector point features. (#1433) 
    77    * Renderer.Elements: 
    78      * Z-Ordering and Y-Ordering of vector elements! (#1357)  
    79    * Renderer.SVG:  
    80  
    81  
    82  
    8378 * Util: getRenderedDimensions() improved to account for a css class on the containing div for the HTML content. (#1500) 
    8479 * 
     
    131126     * Added missing VE zoom level. (#1181) 
    132127   * Layer.WFS: SRS sent with WFS requests now matches projection of requested extents. (#1537) 
    133  * Map 
    134    * panTo() no longer executes if called on same center... eliminating vector flicker. (#1507) 
    135    * 
     128 * Map: panTo() no longer executes if called on same center... eliminating vector flicker. (#1507) 
    136129 * Renderer: 
    137130   * Renderer.Elements: 
    138131     * Geometry.Collection taken into account when erasing geometries. (#1621)  
    139132     * Fixed event handling and rendering of graphicName symbols for Safari and Opera. (#1653) 
    140    * Renderer.SVG:  
    141      * Changed the default cursor for vector features from "" to "inherit" because FF3 complains about "". (#1595) 
    142      * Fixed rendering but in FF3 when resizing graphicName symbols. (#1650) 
    143  * 
    144  * 
     133   * Renderer.SVG: Changed the default cursor for vector features from "" to "inherit" because FF3 complains about "". (#1595) 
     134   * Renderer.VML: Made coordsize positive for vector renderers -- fixes erratic behavior and speeds up rendering. (#1157) 
     135 * Tile.Image: Refactored backBuffer tile code out of generic Tile base class into Tile.Image to make it nicer when subclassing Tile for other needs. (#1645)  
     136 
     137 
     138 
    145139 
    146140== Changes to existing applications from previous versions ==