@@ -34,9 +34,10 @@ navbarPage(
34
34
absolutePanel(
35
35
id = " tour_controls" , class = " panel panel-default" , fixed = TRUE ,
36
36
draggable = TRUE , top = 80 , left = " auto" , right = 10 , bottom = " auto" ,
37
- width = 330 , height = 350 ,
37
+ width = 330 , height = 380 ,
38
+ tags $ br(),
38
39
splitLayout(
39
- cellWidths = 270 ,
40
+ cellWidths = 230 ,
40
41
uiOutput(" backButtonControl" ),
41
42
uiOutput(" nextButtonControl" )
42
43
),
@@ -104,6 +105,24 @@ navbarPage(
104
105
includeCSS(" styles.css" )
105
106
),
106
107
leafletOutput(" map_rehab" , width = " 100%" , height = " 100%" ),
108
+ absolutePanel(
109
+ id = " rehab_controls" , class = " panel panel-default" , fixed = TRUE ,
110
+ draggable = TRUE , top = 370 , left = " auto" , right = 10 , bottom = " auto" ,
111
+ width = 150 , height = 245 ,
112
+ h4(" Layers" ),
113
+ tags $ hr(),
114
+ radioButtons(
115
+ inputId = " rehab_layer_selection" , label = NULL ,
116
+ choices = c(" None" , names(rehab_tiers )),
117
+ selected = " None"
118
+ ),
119
+ tags $ hr(),
120
+ checkboxGroupInput(
121
+ " rehab_towns_checkbox" ,label = NULL ,
122
+ choices = " Towns" ,
123
+ selected = " Towns"
124
+ )
125
+ ),
107
126
tags $ div(
108
127
id = " cite" ,
109
128
citation
0 commit comments