mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
Merge branch 'gis_sandbox'
This commit is contained in:
+15
-3
@@ -562,7 +562,17 @@ observe({
|
|||||||
|
|
||||||
fillCol(
|
fillCol(
|
||||||
flex = c(.1, .45, .45),
|
flex = c(.1, .45, .45),
|
||||||
sliderInput("growth_trend_map_slider", label = NULL, min = 1900, max = 2024, step = 1, animate = T, value = 1700, sep = "", width = "90%", ticks = F),
|
div(
|
||||||
|
style = "
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
|
padding-top: 15px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-itmes: center;
|
||||||
|
",
|
||||||
|
sliderInput("growth_trend_map_slider", label = NULL, min = 1900, max = 2024, step = 1, animate = T, value = 1700, sep = "", width = "100%", ticks = F)
|
||||||
|
),
|
||||||
leafletOutput("pop_growth_map"),
|
leafletOutput("pop_growth_map"),
|
||||||
leafletOutput("housing_growth_map")
|
leafletOutput("housing_growth_map")
|
||||||
)
|
)
|
||||||
@@ -710,7 +720,7 @@ billboarderOutput("aggregate_fatalities")
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Impact Analysis {data-navmenu="Compute"}
|
Normalization Calculator {data-navmenu="Compute"}
|
||||||
===
|
===
|
||||||
|
|
||||||
Column {data-width=700 .tabset}
|
Column {data-width=700 .tabset}
|
||||||
@@ -800,6 +810,8 @@ fillCol(
|
|||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
|
textInput("impact_base_damage", placeholder = "Storm Base Damage", label = NULL, width = "100%"),
|
||||||
|
|
||||||
actionButton("impact_calculate", label = "Calculate", width = "100%", class = "btn-primary rounded")
|
actionButton("impact_calculate", label = "Calculate", width = "100%", class = "btn-primary rounded")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@@ -811,7 +823,7 @@ fillCol(
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Data {data-navmenu="Compute"}
|
Data Export {data-navmenu="Compute"}
|
||||||
===
|
===
|
||||||
|
|
||||||
All Storms Table
|
All Storms Table
|
||||||
|
|||||||
Reference in New Issue
Block a user