Created
March 18, 2014 15:15
-
-
Save RCura/9622037 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tabPanel("Maps", | |
| tags$div(class="span4",selectInput("LatColumnSelected", "Latitude column :",choices="", multiple=FALSE)), | |
| tags$div(class="span4",selectInput("LongColumnSelected", "Longitude column:",choices="", multiple=FALSE)), | |
| selectInput('sizeAttribute', 'Scales points on :', choices="", multiple=FALSE), | |
| htmlOutput('webmap'), | |
| div(id='map',style='width: 100%; height: 600px;'), | |
| div(id='status'), | |
| sliderInput('maxSize', 'Max. point size', value=25, min=1, max=100), | |
| plotOutput('ggmap')), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment