Skip to content

Commit 4bb578f

Browse files
[fix]mapblire l7layer overla review by xiongjj
1 parent 50b6974 commit 4bb578f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maplibregl/overlay/L7Layer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export class L7Layer {
2626
if (type !== 'ThreeLayer') {
2727
this.l7layer = new L7[type]({ ..._options, name: this.id });
2828
}
29+
this.overlay = true;
2930
}
3031
preBuild() {
3132
if (!maplibregl.Map.prototype.mapExtendAddLayerBak) {

0 commit comments

Comments
 (0)