Fix olx.source.CartoDBOptions definition
This commit is contained in:
+9
-1
@@ -6219,7 +6219,7 @@ olx.source.XYZOptions.prototype.wrapX;
|
||||
* wrapX: (boolean|undefined),
|
||||
* config: (Object|undefined),
|
||||
* map: (string|undefined),
|
||||
* account: (string|undefined)}}
|
||||
* account: string}}
|
||||
* @api
|
||||
*/
|
||||
olx.source.CartoDBOptions;
|
||||
@@ -6269,6 +6269,14 @@ olx.source.CartoDBOptions.prototype.projection;
|
||||
olx.source.CartoDBOptions.prototype.maxZoom;
|
||||
|
||||
|
||||
/**
|
||||
* Minimum zoom.
|
||||
* @type {number|undefined}
|
||||
* @api
|
||||
*/
|
||||
olx.source.CartoDBOptions.prototype.minZoom;
|
||||
|
||||
|
||||
/**
|
||||
* Whether to wrap the world horizontally. Default is `true`.
|
||||
* @type {boolean|undefined}
|
||||
|
||||
Reference in New Issue
Block a user