diff --git a/src/ol/source/Tile.js b/src/ol/source/Tile.js index 71772e8242..01f655c1e0 100644 --- a/src/ol/source/Tile.js +++ b/src/ol/source/Tile.js @@ -19,7 +19,7 @@ import {scale as scaleSize, toSize} from '../size.js'; * @property {import("./Source.js").AttributionLike} [attributions] * @property {boolean} [attributionsCollapsible=true] Attributions are collapsible. * @property {number} [cacheSize] - * @property {boolean} [opaque=false] + * @property {boolean} [opaque=false] Whether the layer is opaque. * @property {number} [tilePixelRatio] * @property {import("../proj.js").ProjectionLike} [projection] * @property {import("./State.js").default} [state] diff --git a/src/ol/source/UrlTile.js b/src/ol/source/UrlTile.js index 28d6d5a3c7..f4303fe0d0 100644 --- a/src/ol/source/UrlTile.js +++ b/src/ol/source/UrlTile.js @@ -13,7 +13,7 @@ import {getUid} from '../util.js'; * @property {import("./Source.js").AttributionLike} [attributions] * @property {boolean} [attributionsCollapsible=true] Attributions are collapsible. * @property {number} [cacheSize] - * @property {boolean} [opaque=false] + * @property {boolean} [opaque=false] Whether the layer is opaque. * @property {import("../proj.js").ProjectionLike} [projection] * @property {import("./State.js").default} [state] * @property {import("../tilegrid/TileGrid.js").default} [tileGrid]