Updated type annotations
This commit is contained in:
@@ -64,7 +64,7 @@ import {create as createTransform} from '../transform.js';
|
||||
* rendered extent of the group in pixel space. `count` is the number of styles
|
||||
* in the group, i.e. 2 when an image and a text are grouped, or 1 otherwise.
|
||||
* In addition to these four elements, declutter instruction arrays (i.e. the
|
||||
* arguments to @{link ol.render.canvas.drawImage} are appended to the array.
|
||||
* arguments to {@link module:ol/render/canvas~drawImage} are appended to the array.
|
||||
* @typedef {Array.<*>} DeclutterGroup
|
||||
*/
|
||||
|
||||
@@ -155,7 +155,7 @@ export const defaultLineWidth = 1;
|
||||
|
||||
/**
|
||||
* The label cache for text rendering. To change the default cache size of 2048
|
||||
* entries, use {@link ol.structs.LRUCache#setSize}.
|
||||
* entries, use {@link module:ol/structs/LRUCache#setSize}.
|
||||
* @type {module:ol/structs/LRUCache.<HTMLCanvasElement>}
|
||||
* @api
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user