mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-29 21:01:27 +00:00
add map tabset
This commit is contained in:
+7
-2
@@ -782,10 +782,10 @@ billboarderOutput("aggregate_fatalities")
|
||||
Impact Analysis {data-navmenu="Compute"}
|
||||
===
|
||||
|
||||
Column {data-width=700}
|
||||
Column {data-width=700 .tabset}
|
||||
---
|
||||
|
||||
### {.no-padding}
|
||||
### Impact Map {.no-padding}
|
||||
```{r}
|
||||
output$impact_analysis_map <- renderLeaflet({
|
||||
leaflet() %>%
|
||||
@@ -796,6 +796,11 @@ output$impact_analysis_map <- renderLeaflet({
|
||||
leafletOutput("impact_analysis_map")
|
||||
```
|
||||
|
||||
### Impact Data {.no-padding}
|
||||
```{r}
|
||||
|
||||
```
|
||||
|
||||
Column {data-width=300}
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user