Merge pull request #168 from fredj/touch-events

Touch events support
This commit is contained in:
Frédéric Junod
2013-02-21 03:29:51 -08:00
7 changed files with 517 additions and 70 deletions

View File

@@ -77,7 +77,9 @@ describe('ol.Map', function() {
dragPan: false,
keyboard: false,
mouseWheelZoom: false,
shiftDragZoom: false
shiftDragZoom: false,
touchPan: false,
touchRotateZoom: false
};
});