Move olx.style.AtlasManagerOptions to src/ol/style/AtlasManager

This commit is contained in:
Frederic Junod
2018-03-27 15:15:33 +02:00
parent 7cbc22fece
commit 45ad265849
2 changed files with 10 additions and 34 deletions
-33
View File
@@ -3521,36 +3521,3 @@ olx.tilegrid.XYZOptions.prototype.minZoom;
* @api
*/
olx.tilegrid.XYZOptions.prototype.tileSize;
/**
* @typedef {{initialSize: (number|undefined),
* maxSize: (number|undefined),
* space: (number|undefined)}}
*/
olx.style.AtlasManagerOptions;
/**
* The size in pixels of the first atlas image. Default is `256`.
* @type {number|undefined}
* @api
*/
olx.style.AtlasManagerOptions.prototype.initialSize;
/**
* The maximum size in pixels of atlas images. Default is
* `WEBGL_MAX_TEXTURE_SIZE` or 2048 if WebGL is not supported.
* @type {number|undefined}
* @api
*/
olx.style.AtlasManagerOptions.prototype.maxSize;
/**
* The space in pixels between images (default: 1).
* @type {number|undefined}
* @api
*/
olx.style.AtlasManagerOptions.prototype.space;