mirror of https://gitee.com/antv-l7/antv-l7
feat: delete check
This commit is contained in:
parent
6d3e22df79
commit
b431ad72c3
|
@ -321,10 +321,11 @@ export default class PickingService implements IPickingService {
|
|||
featureId: number | null;
|
||||
},
|
||||
) {
|
||||
layer.emit(target.type, target);
|
||||
// 判断是否发生事件冲突
|
||||
if (this.isEventCrash(target)) {
|
||||
layer.emit(target.type, target);
|
||||
}
|
||||
// if (this.isEventCrash(target)) {
|
||||
// layer.emit(target.type, target);
|
||||
// }
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -91,7 +91,7 @@ void main() {
|
|||
}
|
||||
gl_FragColor = filterColor(pattern);
|
||||
}
|
||||
// gl_FragColor = vec4(arcRadio, 0.0, 0.0, 1.0);
|
||||
// gl_FragColor = vec4(1.0 - fract(arcRadio * 20000.0), 0.0, 0.0, 1.0);
|
||||
// gl_FragColor = filterColor(gl_FragColor + texture2D(u_texture, uv));
|
||||
// gl_FragColor = filterColor(texture2D(u_texture, uv));
|
||||
|
||||
|
|
Loading…
Reference in New Issue