Skip to content

Commit

Permalink
remove leafem and leaflet dynamic height css
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Oct 24, 2024
1 parent cc55036 commit 68a025f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 0 additions & 4 deletions wq-dash.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,6 @@ attmap <- reactive({
# map with custom legends
out <- tbeptools::util_map(toplo) %>%
leafem::removeMouseCoordinates() %>%
clearMarkers() %>%
addPolygons(
data = attyr,
stroke = T,
Expand Down Expand Up @@ -564,8 +562,6 @@ selplo <- reactive({

```{r map}
bsmap <- tbeptools::util_map(locs) %>%
leafem::removeMouseCoordinates() %>%
clearMarkers() %>%
addCircleMarkers(
data = locs,
layerId = ~epchc_station,
Expand Down

0 comments on commit 68a025f

Please sign in to comment.