| 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 | |