Rename interactions

The idea behind the naming scheme is that for example
for `DragRotate`, `Rotate` is the action and `Drag` the
gesture that issues the action.
This commit is contained in:
tsauerwein
2014-03-12 15:10:17 +01:00
parent ee80238ed2
commit 5a358918e1
12 changed files with 50 additions and 48 deletions

View File

@@ -144,9 +144,9 @@ describe('ol.Map', function() {
keyboard: false,
mouseWheelZoom: false,
shiftDragZoom: false,
pan: false,
rotate: false,
zoom: false
dragPan: false,
pinchRotate: false,
pinchZoom: false
};
});