Changes between Version 9 and Version 10 of Release/2.7/Notes

Show
Ignore:
Timestamp:
09/04/08 17:44:26 (5 years ago)
Author:
euzuro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.7/Notes

    v9 v10  
    1818 * Added a 'beforefeatureselected' event to the vector layer (#1427) 
    1919 * Overview map now supports different projections. (#1620) 
    20  * Right-clicks (and double right-clicks -- zoom out) can now be configured on the map by setting the 'handleRightClicks' property on the Navigation control. (#1359) 
    21  * Dramatic speed improvements to getMousePosition() (#1459) 
    22  * Added move() APIMethod to the Feature.Vector class to easily allow for the displacement of vector features. (#1362) 
    23  * New GPX Format class allows for parsing of GPX-formatted files into linear features. (#1272) 
    24  * GML Parsing now supports gml-specific attributes. (#1328) 
    25  * Adding support to the GML parser for serializing !OpenLayers.Bounds as gml:Box. This gives the filter format (and the SLD format) the ability to write spatial filters (that have bounds as a value). (#1543) 
    26  *  
    27  
     20 * Events: 
     21   * Right-clicks (and double right-clicks -- zoom out) can now be configured on the map by setting the 'handleRightClicks' property on the Navigation control. (#1359) 
     22   * Dramatic speed improvements to getMousePosition() (#1459) 
     23 * Feature.Vector: 
     24   * Added move() APIMethod to the Feature.Vector class to easily allow for the displacement of vector features. (#1362) 
     25 * Format: 
     26   * New GPX Format class allows for parsing of GPX-formatted files into linear features. (#1272) 
     27   * Format.GML 
     28     * GML Parsing now supports gml-specific attributes. (#1328) 
     29     * Adding support to the GML parser for serializing !OpenLayers.Bounds as gml:Box. This gives the filter format (and the SLD format) the ability to write spatial filters (that have bounds as a value). (#1543) 
     30   * Format.SLD 
     31     * Users can now specify stroke style of features. (#1126) 
     32     * Added a filter format for version 1.0.0 filter encoding. (#1605) 
     33     * Added support for !TextSymbolizer. (#1542) 
     34      
    2835 
    2936== Bugs Fixed == 
     
    3441 * register() method no longer failing on !OpenLayers.Events object if Array.prototype is overloaded by 3rd party library. (#1502) 
    3542 * Vector features with no geometries are now cloneable. (#1557) 
    36  * Format.GeoJSON now parses features with null geometries. (#1145) 
    37  * GeoRSS no longer fails on large line/poly nodes in FF. (#1614) 
    38  * 
     43 * Format:  
     44   * Format.GeoJSON now parses features with null geometries. (#1145) 
     45   * Format.GeoRSS no longer fails on large line/poly nodes in FF. (#1614) 
     46   * Format.SLD: !PointSymbolizer Size is no longer misinterpreted. (#1545) 
    3947 * 
    4048