docs: fix opaque's jsdoc default value to false

fix #10964
This commit is contained in:
Alexis
2020-05-17 14:40:03 +02:00
parent 84b335f130
commit 2f03706e80
4 changed files with 4 additions and 4 deletions

View File

@@ -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]
* @property {boolean} [opaque=false]
* @property {number} [tilePixelRatio]
* @property {import("../proj.js").ProjectionLike} [projection]
* @property {import("./State.js").default} [state]