Add hover style to heatmap mode

This commit is contained in:
2026-01-07 20:20:24 +01:00
parent 59e28905ad
commit b8c0bf80ab

View File

@@ -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,