Fix coverage: remove stray gather code, add /api/coverage route
This commit is contained in:
@@ -2098,11 +2098,6 @@ async function loadCoverage() {
|
||||
} catch (e) {
|
||||
document.getElementById('coverageEmpty').textContent = 'Error: ' + e.message;
|
||||
}
|
||||
|
||||
// Draw shot time dots on gather
|
||||
drawShotDots(canvas, ctx, ml, mr, mb, pw, gatherData);
|
||||
// Shot position overlay
|
||||
if (gatherData && gatherData.epoch_start) drawGatherShots(canvas, ctx, traces, gatherData.time_axis, parseFloat(document.getElementById("gatherStart").value), parseFloat(document.getElementById("gatherDuration").value), gatherData.epoch_start);
|
||||
}
|
||||
|
||||
function renderCoverage() {
|
||||
|
||||
Reference in New Issue
Block a user