feat: delete check

This commit is contained in:
2912401452 2021-06-10 10:30:40 +08:00
parent 6d3e22df79
commit b431ad72c3
2 changed files with 5 additions and 4 deletions

View File

@ -321,10 +321,11 @@ export default class PickingService implements IPickingService {
featureId: number | null; featureId: number | null;
}, },
) { ) {
layer.emit(target.type, target);
// 判断是否发生事件冲突 // 判断是否发生事件冲突
if (this.isEventCrash(target)) { // if (this.isEventCrash(target)) {
layer.emit(target.type, target); // layer.emit(target.type, target);
} // }
} }
/** /**

View File

@ -91,7 +91,7 @@ void main() {
} }
gl_FragColor = filterColor(pattern); 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(gl_FragColor + texture2D(u_texture, uv));
// gl_FragColor = filterColor(texture2D(u_texture, uv)); // gl_FragColor = filterColor(texture2D(u_texture, uv));