From 68a025fd308dde459b8ed24b5c04025bc050e06a Mon Sep 17 00:00:00 2001 From: fawda123 Date: Thu, 24 Oct 2024 10:15:04 -0400 Subject: [PATCH] remove leafem and leaflet dynamic height css --- styles.css | 8 -------- wq-dash.Rmd | 4 ---- 2 files changed, 12 deletions(-) diff --git a/styles.css b/styles.css index 2ef4436..a4c2357 100644 --- a/styles.css +++ b/styles.css @@ -72,14 +72,6 @@ h6 { background-color: #95898430; /* gray with alpha */ } -#editor-map { /* this sets map editor height dynamically if in sidebar */ - height: calc(100vh - 60px) !important; -} - -#map { /* this sets map height dynamically if in sidebar */ - height: calc(100vh - 60px) !important; -} - /* sub sections */ .level3 { diff --git a/wq-dash.Rmd b/wq-dash.Rmd index a970aab..0a20b18 100644 --- a/wq-dash.Rmd +++ b/wq-dash.Rmd @@ -391,8 +391,6 @@ attmap <- reactive({ # map with custom legends out <- tbeptools::util_map(toplo) %>% - leafem::removeMouseCoordinates() %>% - clearMarkers() %>% addPolygons( data = attyr, stroke = T, @@ -564,8 +562,6 @@ selplo <- reactive({ ```{r map} bsmap <- tbeptools::util_map(locs) %>% - leafem::removeMouseCoordinates() %>% - clearMarkers() %>% addCircleMarkers( data = locs, layerId = ~epchc_station,