Changes between Version 18 and Version 19 of Release/2.7/Notes
- Timestamp:
- 09/04/08 19:32:20 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/2.7/Notes
v18 v19 3 3 As of 2.7-RC1, the OpenLayers 2.7 release closes 183 outstanding tickets. 4 4 5 Included in this release are ... More new features and fixes are listed below. 5 Major 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. 6 14 7 15 * Release wiki: [wiki:Release/2.7] … … 56 64 * panTo() now uses tween if new center is in the current bounds + a ratio (#1341) 57 65 * 'closest' parameter exposed in zoomToExtent() and zoomToScale(). (#1250) 58 * 59 * 66 * Added getUnits() method. (#1591) 60 67 * 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 * 61 81 * 62 82 * 63 *64 65 83 66 84 … … 95 113 * 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) 96 114 * Layer.Grid: uses layer's 'maxExtent' instead of the maps in laying out the tiles. (#1552) 97 * Layer. MapGuide:115 * Layer.!MapGuide: 98 116 * Layer now gets correctly set up and reports correct co-ordinates. (#1511) 99 117 * 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) … … 111 129 * Map 112 130 * panTo() no longer executes if called on same center... eliminating vector flicker. (#1507) 113 *131 * 114 132 * 115 133 *
