Replace the navigation control by two controls, namely DragPan and MouseWheelZoom. DragPan is the map default drag control. MouseWheelZoom is the map default mouse wheel control.

This commit is contained in:
Éric Lemoine
2012-07-13 08:57:40 +02:00
parent f4532f1548
commit c2a30f4ac4
9 changed files with 108 additions and 96 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ goog.provide("ol");
goog.require('ol.base');
goog.require('ol.bounds');
goog.require('ol.control.Navigation');
goog.require('ol.control.DragPan');
goog.require('ol.control.MouseWheelZoom');
goog.require('ol.control.Attribution');
goog.require('ol.control.Zoom');
goog.require('ol.handler.Drag');