mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
add base map for fatality data
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
server <- function(input, output, session) {
|
||||
output$base_leaflet <- renderLeaflet({
|
||||
leaflet() %>%
|
||||
addProviderTiles("Stadia.AlidadeSmooth")
|
||||
})
|
||||
|
||||
storm_coverage <- get_storm_data_coverage() %>%
|
||||
select(-storm_basin) %>%
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user