Skip to content

Instantly share code, notes, and snippets.

@RCura
Created March 18, 2014 15:15
Show Gist options
  • Select an option

  • Save RCura/9622037 to your computer and use it in GitHub Desktop.

Select an option

Save RCura/9622037 to your computer and use it in GitHub Desktop.
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