Added interactive option to ol.control.OverviewMap

This commit is contained in:
Félix VEYSSEYRE
2016-09-15 15:10:01 +02:00
parent bdced57162
commit 2b7ed7381f
3 changed files with 55 additions and 0 deletions

View File

@@ -1201,6 +1201,13 @@ olx.control.OverviewMapOptions.prototype.collapseLabel;
*/
olx.control.OverviewMapOptions.prototype.collapsible;
/**
* Whether the control is interactive or not. Default to `false`.
* @type {boolean|undefined}
* @api
*/
olx.control.OverviewMapOptions.prototype.interactive;
/**
* Text label to use for the collapsed overviewmap button. Default is `»`.