Add experimental controls infrastructure, thanks @elemoine
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
goog.provide('ol.Control');
|
||||
|
||||
goog.require('ol.MapBrowserEvent');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
*/
|
||||
ol.Control = function() {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.MapBrowserEvent} event Map browser event.
|
||||
*/
|
||||
ol.Control.prototype.handleMapBrowserEvent = goog.abstractMethod;
|
||||
Reference in New Issue
Block a user