Make ol.Overlay autoPan default to false

This commit is contained in:
Éric Lemoine
2015-02-24 15:14:10 +01:00
parent 7a5ad336c6
commit 329edc4ec6
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ olx.OverlayOptions.prototype.insertFirst;
/**
* If set to `true` the map is panned when calling `setPosition`, so that the
* overlay is entirely visible in the current viewport.
* The default is `true`.
* The default is `false`.
* @type {boolean|undefined}
* @api
*/