Changed overviewmapcontrol.js due to Travis ci errors
This commit is contained in:
@@ -529,10 +529,11 @@ ol.control.OverviewMap.prototype.getCollapsed = function() {
|
|||||||
return this.collapsed_;
|
return this.collapsed_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the overview map.
|
* Return the overview map.
|
||||||
* @return {ol.Map} Overview map.
|
* @return {ol.Map} Overview map.
|
||||||
* @api add
|
* @api experimental
|
||||||
*/
|
*/
|
||||||
ol.control.OverviewMap.prototype.getOverviewMap = function() {
|
ol.control.OverviewMap.prototype.getOverviewMap = function() {
|
||||||
return this.ovmap_;
|
return this.ovmap_;
|
||||||
|
|||||||
Reference in New Issue
Block a user