Skip to content

Commit

Permalink
docs: 增加备注
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Dec 1, 2023
1 parent c457740 commit 7e6d2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/tileset-manager/tileset-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class TilesetManager extends EventEmitter {
extent: DEFAULT_EXTENT,
getTileData: NOOP,
warp: true,
// TODO 更新策略
// TODO 更新策略 ovelap 图层设置了透明度,会产生叠加效果
updateStrategy: UpdateTileStrategy.Replace,
};
this.updateOptions(options);
Expand Down

0 comments on commit 7e6d2b2

Please sign in to comment.