Add ol.interaction.TouchPan

This commit is contained in:
Frederic Junod
2013-02-18 11:29:03 +01:00
parent ccd568ca3b
commit d9a1c18300
5 changed files with 238 additions and 1 deletions

View File

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