Changes between Version 6 and Version 7 of Release/2.5/Notes

Show
Ignore:
Timestamp:
09/15/07 12:04:56 (6 years ago)
Author:
crschmidt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.5/Notes

    v6 v7  
    2929 * Date Line Wrapping: Tiles wrap around the earth (#487) 
    3030 * Formats:  
    31    * KML 
    32    * GeoRSS Simple 
    33    * GeoJSON  
     31   * KML (#927) 
     32   * GeoRSS Simple (#973) 
     33   * GeoJSON (#915) 
    3434 * Feature Creation: 
    3535   * Control to Drag Features (#638) 
    36    * Control to Modify Features 
    37    * RegularPolygon drawing/creation Support 
     36   * Control to Modify Features (#941) 
     37   * RegularPolygon drawing/creation Support (#828) 
    3838 * SphericalMercator support on commercial layers (#686)  
    3939 * Control for displaying attribution/copyright information (#103, #966) 
     
    4141 
    4242 * Ability to restrict the draggable extent to the world (#340)  
    43  * Built in getBrowserName function 
    4443 * Addition of new 'debug mode', where OpenLayers reports errors to a developer console (#507) 
    45  * Add "visibilitychanged" event to Layer 
    46  * external graphic as style for vector points, with opacity and offset support 
     44 * Add "visibilitychanged" event to Layer (#878) 
     45 * external graphic as style for vector points, with opacity and offset support (#736, #873, #893) 
     46 * loadstart/loadend on remote access layers (#808) 
    4747 
    4848Improvements: 
     
    5656 * Support for synchronous OpenLayers.Ajax requests (#702) 
    5757 * Allow Custom Icon support for GeoRSS layer (#705) 
    58    
    59 Bug fixes: 
    60  * Permalink not updated when changing layers in layerswitcher (#359) 
    61  * Popups don't move adequately after zooming (#494) 
    62  * Replace use of $() in Library code (#515) 
    63  * Offset in Icon class doesn't work (#609)  
    64  * Fixes for controls blocking mouse up (#651) 
    65  * VML renderer doesn't draw first two points of Polygon using DrawFeature Control (#666) 
    66  * Yahoo! Maps layer KeyboardHandler and Size fixes (#676, #677) 
    67  * Improve 'transparent' keyword case sensitivity (#678) 
    68  * WFS data requested when layer is off (#685) 
    69  * Move prototype overrides into OpenLayers namespace (#712) 
    70  * Fix displayInLayerSwitcher support for base layers (#716) 
    71  * Support type: toggle in Control.Panel (#726) 
    72  * Fix for GeoRSS Popup styling (#727) 
    73  * Fix WFS Transaction output (#729) 
    74  * Permalink doesn't respect existing params (#730) 
    75  *  
     58 * Cross-browser GeoRSS serializer support (#756) 
     59 * Make WMS/WFS BBOX not encode ',' by default (#762) 
     60