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:
@@ -207,7 +207,19 @@ ui <- page_navbar(
|
||||
)
|
||||
),
|
||||
nav_panel("Perils"),
|
||||
nav_panel("Fatality Map"),
|
||||
nav_panel(
|
||||
"Fatality Map",
|
||||
card(
|
||||
full_screen = TRUE,
|
||||
layout_sidebar(
|
||||
sidebar = sidebar(
|
||||
actionButton("hi", "test"),
|
||||
open = "always"
|
||||
),
|
||||
leafletOutput("base_leaflet", height = "100%")
|
||||
)
|
||||
)
|
||||
),
|
||||
nav_spacer(),
|
||||
nav_menu(
|
||||
title = "Export",
|
||||
|
||||
Reference in New Issue
Block a user