add a mouse wheel handler

This commit is contained in:
Éric Lemoine
2012-07-09 09:27:36 +02:00
parent 34a450a009
commit 2c61e16b55
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ goog.require('ol.control.Zoom');
goog.require('ol.event.Events');
goog.require('ol.event.Scroll');
goog.require('ol.handler.Drag');
goog.require('ol.handler.MouseWheel');
goog.require("ol.map");
goog.require("ol.loc");
goog.require("ol.feature");