Fix interaction initialization for this.map in ImageManipulation

This commit is contained in:
Beatrycze Volk 2021-03-03 23:11:45 +01:00
parent af2769e896
commit 6532b42071
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ dlfViewerImageManipulationControl.prototype.createMap_ = function() {
new ol.interaction.PinchZoom(),
new ol.interaction.MouseWheelZoom(),
new ol.interaction.KeyboardPan(),
new ol.interaction.KeyboardZoom,
new ol.interaction.KeyboardZoom(),
new ol.interaction.DragRotateAndZoom()
],
// necessary for proper working of the keyboard events