Split TouchRotateAndZoom interaction.
Split TouchRotateAndZoom interaction into two new interaction: TouchRotate and TouchZoom.
This commit is contained in:
@@ -79,7 +79,8 @@ describe('ol.Map', function() {
|
||||
mouseWheelZoom: false,
|
||||
shiftDragZoom: false,
|
||||
touchPan: false,
|
||||
touchRotateZoom: false
|
||||
touchRotate: false,
|
||||
touchZoom: false
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user