Add atlas manager to RegularShapeOptions
This commit is contained in:
+12
-1
@@ -5627,7 +5627,8 @@ olx.style.IconOptions.prototype.src;
|
|||||||
* radius2: number,
|
* radius2: number,
|
||||||
* angle: number,
|
* angle: number,
|
||||||
* snapToPixel: (boolean|undefined),
|
* snapToPixel: (boolean|undefined),
|
||||||
* stroke: (ol.style.Stroke|undefined)}}
|
* stroke: (ol.style.Stroke|undefined),
|
||||||
|
* atlasManager: (ol.style.AtlasManager|undefined)}}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.style.RegularShapeOptions;
|
olx.style.RegularShapeOptions;
|
||||||
@@ -5700,6 +5701,16 @@ olx.style.RegularShapeOptions.prototype.snapToPixel;
|
|||||||
olx.style.RegularShapeOptions.prototype.stroke;
|
olx.style.RegularShapeOptions.prototype.stroke;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The atlas manager to use for this symbol. When using WebGL it is
|
||||||
|
* recommended to use an atlas manager to avoid texture switching.
|
||||||
|
* If an atlas manager is given, the symbol is added to an atlas.
|
||||||
|
* By default no atlas manager is used.
|
||||||
|
* @type {ol.style.AtlasManager|undefined}
|
||||||
|
*/
|
||||||
|
olx.style.RegularShapeOptions.prototype.atlasManager;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {{color: (ol.Color|string|undefined),
|
* @typedef {{color: (ol.Color|string|undefined),
|
||||||
* lineCap: (string|undefined),
|
* lineCap: (string|undefined),
|
||||||
|
|||||||
Reference in New Issue
Block a user