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