Questions tagged [plotgooglemaps]

R package to plot spatial or spatio-temporal data over Google Maps.

18 questions
0
votes
1 answer

Change in Google Maps API v3 on Feb 10, 2015 breaks existing maps created using plotGoogleMaps in R?

Update: Apr 15, 2015: Google looked into making latest Maps API backwards compatible to fix this problem but issued a "won't fix" decision. Update: Feb 11, 2015: Believe this to be a problem that is caused by an update to the experimental version of…
Mac471
  • 423
  • 5
  • 16
0
votes
0 answers

Creating map showing my data usingplotGoogleMaps

I am trying to plot points on a map using R and plotGoogleMaps. I have a dataframe that I am attempting to use but I can not figure out how to do it. My code is: df <- data.frame(dbGetQuery(con, paste('select * from googlemaps'))) An example of the…
0
votes
1 answer

transferring value from a google map to a rchart in shiny application

I have a shiny app in which I plot a map with plotGoogleMaps and a rChart, with values related to some markers in the map, rendered via rPlot. The app user can click on a marker in the map to show a tooltip. I'd like that when he clicks on the…
1
2