File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -455,8 +455,8 @@ export class Util {
455
455
* @function ol.supermap.Util.setMask
456
456
* @description 为图层设置掩膜。
457
457
* @version 10.1.0
458
- * @param {ol/layer/Layer | Array.<ol/layer/Layer } layers 图层
459
- * @param {ol/geom/Geometry | ol/feature } polygon 掩膜矢量要素,支持面类型的要素。
458
+ * @param {ol/layer/Layer| Array.<ol/layer/Layer> } layers 图层
459
+ * @param {ol/geom/Geometry| ol/feature } polygon 掩膜矢量要素,支持面类型的要素。
460
460
*/
461
461
static setMask ( layers , polygon ) {
462
462
if ( ! polygon ) {
@@ -504,7 +504,7 @@ export class Util {
504
504
* @function ol.supermap.Util.setMask
505
505
* @description 取消图层掩膜。
506
506
* @version 10.1.0
507
- * @param {ol/layer/Layer | Array.<ol/layer/Layer } layers 图层
507
+ * @param {ol/layer/Layer| Array.<ol/layer/Layer> } layers 图层
508
508
*/
509
509
static unsetMask ( layers ) {
510
510
const todoLayers = Array . isArray ( layers ) ? layers : [ layers ] ;
You can’t perform that action at this time.
0 commit comments