Merge pull request #4606 from fredj/ol.DragBoxEvent_MapBrowserEvent

Include originating MapBrowserEvent in ol.DragBoxEvent
This commit is contained in:
Frédéric Junod
2016-01-06 09:15:32 +01:00
2 changed files with 17 additions and 3 deletions
+6
View File
@@ -35,6 +35,12 @@ oli.DragBoxEvent = function() {};
oli.DragBoxEvent.prototype.coordinate;
/**
* @type {ol.MapBrowserEvent}
*/
oli.DragBoxEvent.prototype.mapBrowserEvent;
/**
* @interface