New typedef syntax for Transform
This commit is contained in:
@@ -366,14 +366,6 @@ ol.LoadingStrategy;
|
||||
ol.LRUCacheEntry;
|
||||
|
||||
|
||||
/**
|
||||
* An array representing an affine 2d transformation for use with
|
||||
* {@link ol.transform} functions. The array has 6 elements.
|
||||
* @typedef {!Array.<number>}
|
||||
*/
|
||||
ol.Transform;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{depth: (Array.<number>|undefined),
|
||||
* feature: ol.Feature,
|
||||
|
||||
@@ -27,3 +27,9 @@
|
||||
* @api
|
||||
*/
|
||||
|
||||
/**
|
||||
* An array representing an affine 2d transformation for use with
|
||||
* {@link module:ol/transform} functions. The array has 6 elements.
|
||||
* @typedef {!Array.<number>} Transform
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user