diff --git a/src/ol/control/Navigation.js b/src/ol/control/Navigation.js index 34edc79335..dc391b4210 100644 --- a/src/ol/control/Navigation.js +++ b/src/ol/control/Navigation.js @@ -46,6 +46,7 @@ ol.control.Navigation.prototype.deactivate = function() { */ ol.control.Navigation.prototype.moveMap = function(evt) { this.getMap().moveByPx(evt.dx, evt.dy); + return false; }; ol.control.addControl('navigation', ol.control.Navigation); \ No newline at end of file