fix(lab): restore canonical vegetation evidence layers

This commit is contained in:
DCCONSTRUCTIONS
2026-08-29 20:33:52 +03:00
parent 5179e93f4a
commit c30d77572e
7 changed files with 191 additions and 521 deletions
@@ -81,6 +81,9 @@ test("M4 keeps independent semantic controls in media and spatial panes", async
);
assert.match(source, /showMediaSemantic/);
assert.match(source, /showSpatialSemantic/);
assert.match(source, /activeSpatialSemantic = spatialSemantic \?\? activeSemantic/);
assert.match(source, /spatialSemanticClasses/);
assert.match(source, /spatialSemanticPalette/);
assert.match(source, /activeSemantic && evidenceDemand\.selectedSemanticMask && frame/);
assert.match(source, /Array\.from\(\{ length: 12 \}, \(_, index\) => index \+ 1\)/);
assert.match(source, /\|\| !showSpatialSemantic/);