From b8c0bf80abe5d17014c35e3eb0f7c6fb38b1f671 Mon Sep 17 00:00:00 2001 From: Millicool Date: Wed, 7 Jan 2026 20:20:24 +0100 Subject: [PATCH] Add hover style to heatmap mode --- server.R | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server.R b/server.R index b57ca2d..6cdbecd 100644 --- a/server.R +++ b/server.R @@ -69,7 +69,11 @@ server <- function(input, output, session) { color = "#003063", fillColor = ~pal(heatmap_polygons$intensity), weight = 3, - fillOpacity = 0.8 + fillOpacity = 0.8, + highlightOptions = highlightOptions( + weight = 6, + bringToFront = TRUE + ), ) # Legende hinzufügen addLegend(mapproxy,