Remove Logo Control
This commit is contained in:
@@ -718,8 +718,6 @@ olx.control.ControlOptions.prototype.target;
|
||||
/**
|
||||
* @typedef {{attribution: (boolean|undefined),
|
||||
* attributionOptions: (olx.control.AttributionOptions|undefined),
|
||||
* logo: (boolean|undefined),
|
||||
* logoOptions: (olx.control.LogoOptions|undefined),
|
||||
* zoom: (boolean|undefined),
|
||||
* rotateOptions: (olx.control.RotateOptions|undefined),
|
||||
* zoomOptions: (olx.control.ZoomOptions|undefined)}}
|
||||
@@ -742,20 +740,6 @@ olx.control.DefaultsOptions.prototype.attribution;
|
||||
olx.control.DefaultsOptions.prototype.attributionOptions;
|
||||
|
||||
|
||||
/**
|
||||
* Logo. Default is `true`.
|
||||
* @type {boolean|undefined}
|
||||
*/
|
||||
olx.control.DefaultsOptions.prototype.logo;
|
||||
|
||||
|
||||
/**
|
||||
* Logo options.
|
||||
* @type {olx.control.LogoOptions|undefined}
|
||||
*/
|
||||
olx.control.DefaultsOptions.prototype.logoOptions;
|
||||
|
||||
|
||||
/**
|
||||
* Rotate. Default is `true`.
|
||||
* @type {boolean|undefined}
|
||||
@@ -822,28 +806,6 @@ olx.control.FullScreenOptions.prototype.keys;
|
||||
olx.control.FullScreenOptions.prototype.target;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{className: (string|undefined),
|
||||
* target: (Element|undefined)}}
|
||||
* @api
|
||||
*/
|
||||
olx.control.LogoOptions;
|
||||
|
||||
|
||||
/**
|
||||
* CSS class name. Default is `ol-logo`.
|
||||
* @type {string|undefined}
|
||||
*/
|
||||
olx.control.LogoOptions.prototype.className;
|
||||
|
||||
|
||||
/**
|
||||
* Target.
|
||||
* @type {Element|undefined}
|
||||
*/
|
||||
olx.control.LogoOptions.prototype.target;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{className: (string|undefined),
|
||||
* coordinateFormat: (ol.CoordinateFormatType|undefined),
|
||||
|
||||
Reference in New Issue
Block a user