Remove all inheritDoc tags from src/ol/source
This commit is contained in:
@@ -201,7 +201,10 @@ class UrlTile extends TileSource {
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* Marks a tile coord as being used, without triggering a load.
|
||||
* @param {number} z Tile coordinate z.
|
||||
* @param {number} x Tile coordinate x.
|
||||
* @param {number} y Tile coordinate y.
|
||||
*/
|
||||
useTile(z, x, y) {
|
||||
const tileCoordKey = getKeyZXY(z, x, y);
|
||||
|
||||
Reference in New Issue
Block a user