| | 13 | * New XMLHTTPRequest interface: !OpenLayers.Request makes doing all the AJAX calls (GET,POST,PUT,DELETE,OPTIONS,HEAD) simpler and more intuitive. See [wiki:Request] for detailed information. (r7335 / #1565) |
| | 14 | * Class-management functions added to OpenLayers.Element class: hasClass(), addClass(), removeClass(), and toggleClass() all make it easier for users to manage/manipulate the css classes attributed to DOMElements. (r7579 / #1607) |
| | 15 | * !ZoomPanel and !PanPanel controls: Essentially these are new css-ified versions of the !PanZoom control, making it infinitely easier for users to add their own, customized panning and zooming controls (#1400) |