Changes between Version 20 and Version 21 of Release/2.7/Notes
- Timestamp:
- 09/04/08 22:40:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/2.7/Notes
v20 v21 73 73 * New Renderer.Canvas class! (#1512) 74 74 * 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) 75 76 * 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 77 * 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 83 78 * Util: getRenderedDimensions() improved to account for a css class on the containing div for the HTML content. (#1500) 84 79 * … … 131 126 * Added missing VE zoom level. (#1181) 132 127 * 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) 136 129 * Renderer: 137 130 * Renderer.Elements: 138 131 * Geometry.Collection taken into account when erasing geometries. (#1621) 139 132 * 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 145 139 146 140 == Changes to existing applications from previous versions ==
