The OpenLayers Development Team is proud to announce the second release candidate of OpenLayers 2.4.
- Click events for popups and controls cleaned up in IE.
- Improvements to Keyboards
- Improvements to Geometry/Renderer/Feature class to move Renderers to be behind the Layer API
- Fix broken Image layer after committing gutter changes
- Layer.Boxes cleanups.
- Protection against double Layer destroys
- Other minor Vector API cleanups.
As of 2.4-RC2, an additional 29 tickets over the 106 tickets closed by the 2.4-RC1 release. This release fixes vector rendering in SVG to fix a number of serious issues.
We invite you to help us test the 2.4 release candidate! To test 2.4 in your applications, include the following tag in your OpenLayers-powered page:
<script src="http://openlayers.org/api/2.4-rc2/OpenLayers.js"></script>
As always, the source is available at http://openlayers.org/download/. Bug reports can be filed in Trac, under the 2.4 version and milestone.
We look forward to your feedback!
Regards,
The OpenLayers Team
click event and PanZoom control conflict
click event interfers with close-button of popup in IE
new keys for panning
you can't render a geometry
Image Layer broken
Marker.Box class needs a destroy method, has no tests
Layer.Boxes should have proper constructor arguments (and JSDOC)
Patch for changing map cursors so the application can override them with CSS
Layer destroy() needs to be wary of double-destroys
add cursor property in Feature.Vector
LayerSwitcher and EditingToolbar overlap
Totally double-protect Layer class
Documentation error in WFS.Tile class
vector layer.removeFeatures needs to back through features array
wfs tile -- no need to pass special args
OpenLayers.Tile -- Do not take a 'url' parameter
remove collection.getComponents()
Dragging on feature in IE7 selects map
Layer should not redraw on setVisibility(false)
layer needs eraseFeatures method
Vector Layer breaks in merged/compressed version
Feature.Vector attributes are shared
don't repeat background images
don't give prototypes objects that might be extended
wfs layer doesn't properly shift when viewport size changes
vector layer needs to empty selectedFeatures before destroying features
Firefox SVG does not support full range of values
Accidental Global Variable usage in Util.js
ka-map doesn't subclass grid's clone
