Add hover style to heatmap mode
This commit is contained in:
6
server.R
6
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,
|
||||
|
||||
Reference in New Issue
Block a user