Feature/map view and filters (#40)

* Added a map to show where other stn are // refactored message adding to tables for performance, max 30.000 msg now

* debugging map failure

* debugging map failure

* debugging map failure

* fix Pipeline Modules n map Linux

---------

Co-authored-by: Marc Froehlich <praktimarc@gmail.com>
This commit is contained in:
2026-06-23 01:12:02 +02:00
committed by GitHub
co-authored by Marc Froehlich
parent ce73553b4f
commit 8413a1296d
11 changed files with 1578 additions and 36 deletions
+1
View File
@@ -8,6 +8,7 @@ module praktiKST {
requires jdk.jsobject;
requires java.net.http;
requires java.desktop;
requires jdk.crypto.ec;
exports kst4contest.controller.interfaces;
exports kst4contest.controller;
exports kst4contest.locatorUtils;