Add ol.interaction.TouchRotateAndZoom

This commit is contained in:
Frederic Junod
2013-02-18 11:49:36 +01:00
parent d9a1c18300
commit 735e534095
4 changed files with 156 additions and 1 deletions

View File

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