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