Adding a map of sequence providers

This commit is contained in:
ahocevar
2012-06-21 19:27:18 +02:00
parent 6c76f4621e
commit 9bd507e9b8
4 changed files with 35 additions and 14 deletions

View File

@@ -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']
);
/**