Changes between Version 5 and Version 6 of Release/2.11/Notes

Show
Ignore:
Timestamp:
05/17/11 12:03:58 (2 years ago)
Author:
erilem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.11/Notes

    v5 v6  
    11== New Features == 
    22 * Improved Mobile support 
    3    * Dragging the map via touch events 
     3   * Dragging and zooming the map via touch events 
     4   * Drawing, modifying and dragging features via touch events 
     5 * OpenLayers is now fully compatible with FireFox 4 
     6 * Lots of performance improvements, focused on improving the user experience when dragging the map. The main changes: 
     7  * We now defer tile loading and give priority to user interaction with the map. #2998 
     8  * We overhauled the moveTo code path to avoid pixel to map units conversions while dragging the map. #3062 
     9  * To reduce the overhead of creating objects we have greatly optimized our Class implementation. #2889 
     10 
    411 
    512== !OpenLayers.Layer.Vector ==