feat(map): add universal subject and station search

This commit is contained in:
Codex
2026-07-25 15:37:53 +03:00
parent eaecce9f56
commit a8c8bfd89a
13 changed files with 819 additions and 33 deletions
+1 -1
View File
@@ -75,5 +75,5 @@ test("facet tree selection focuses the subject without resetting a compatible de
assert.match(renderer, /heading: camera\.heading/);
assert.match(renderer, /pitch: camera\.pitch/);
assert.match(renderer, /roll: camera\.roll/);
assert.match(renderer, /duration: 2\.1/);
assert.match(renderer, /duration: 0\.45/);
});