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

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.7/Notes

    v19 v20  
    7575   * 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)  
    7676   * Implemented rotation of externalGraphic vector point features. (#1433) 
    77    *  
     77   * Renderer.Elements: 
     78     * Z-Ordering and Y-Ordering of vector elements! (#1357)  
     79   * Renderer.SVG:  
     80 
     81 
    7882 
    7983 * Util: getRenderedDimensions() improved to account for a css class on the containing div for the HTML content. (#1500) 
     
    130134   * panTo() no longer executes if called on same center... eliminating vector flicker. (#1507) 
    131135   * 
     136 * Renderer: 
     137   * Renderer.Elements: 
     138     * Geometry.Collection taken into account when erasing geometries. (#1621)  
     139     * 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) 
    132143 * 
    133144 *