make ol.Map inherit from goog.EventTarget, and add an ol.handler.Drag
This commit is contained in:
@@ -5,9 +5,9 @@ goog.require('ol.bounds');
|
||||
goog.require('ol.control.Attribution');
|
||||
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.handler.Drag');
|
||||
goog.require("ol.map");
|
||||
goog.require("ol.loc");
|
||||
goog.require("ol.feature");
|
||||
|
||||
Reference in New Issue
Block a user