From f7cb26fed54a8e8998dbd518b9497f385fa8beda Mon Sep 17 00:00:00 2001 From: Marc Froehlich Date: Mon, 22 Jun 2026 22:45:07 +0200 Subject: [PATCH] debugging map failure --- src/main/java/kst4contest/view/map/StationMapView.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/kst4contest/view/map/StationMapView.java b/src/main/java/kst4contest/view/map/StationMapView.java index fed7ef5..d2b9aa4 100644 --- a/src/main/java/kst4contest/view/map/StationMapView.java +++ b/src/main/java/kst4contest/view/map/StationMapView.java @@ -1093,6 +1093,7 @@ public final class StationMapView { webEngine.executeScript(script); } catch (Exception exception) { System.err.println("[StationMap] executeScript failed: " + exception.getMessage()); + exception.printStackTrace(); } }