Adding a map of sequence providers
This commit is contained in:
@@ -80,12 +80,24 @@ ol.Map = function() {
|
||||
*/
|
||||
this.viewport_ = null;
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {Element}
|
||||
*/
|
||||
this.mapOverlay_ = null;
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {Element}
|
||||
*/
|
||||
this.staticOverlay_ = null;
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {ol.event.Events}
|
||||
*/
|
||||
this.events_ = new ol.event.Events(
|
||||
this, undefined, false, ['Drag']
|
||||
this, undefined, false, ['drag']
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user