Make ol.Overlay autoPan default to false
This commit is contained in:
@@ -97,7 +97,7 @@ ol.Overlay = function(options) {
|
||||
* @private
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.autoPan_ = goog.isDef(options.autoPan) ? options.autoPan : true;
|
||||
this.autoPan_ = goog.isDef(options.autoPan) ? options.autoPan : false;
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user