Fix jsdoc references
This commit is contained in:
@@ -603,7 +603,7 @@ class TileGrid {
|
||||
/**
|
||||
* Get the tile size for a zoom level. The type of the return value matches the
|
||||
* `tileSize` or `tileSizes` that the tile grid was configured with. To always
|
||||
* get an `import("../size.js").Size`, run the result through `import("../size.js").Size.toSize()`.
|
||||
* get an {@link import("../size.js").Size}, run the result through {@link module:ol/size.toSize}.
|
||||
* @param {number} z Z.
|
||||
* @return {number|import("../size.js").Size} Tile size.
|
||||
* @api
|
||||
|
||||
Reference in New Issue
Block a user