Adding scroll sequence and scroll support for the Navigation control.

This commit is contained in:
ahocevar
2012-06-22 19:51:35 +02:00
parent 6b8000d963
commit c72f803038
5 changed files with 73 additions and 7 deletions
+1
View File
@@ -6,6 +6,7 @@ goog.require('ol.control.Navigation');
goog.require('ol.control.Zoom');
goog.require('ol.event.Drag');
goog.require('ol.event.Events');
goog.require('ol.event.Scroll');
goog.require("ol.map");
goog.require("ol.loc");
goog.require("ol.feature");