Solution:
http://stackoverflow.com/questions/28447247/change-in-google-maps-api-v3-on-feb-10-2015-breaks-existing-maps-created-using https://maps.google.com/maps/api/js?sensor=false&v=3.18 ________________________________________ De: Janue Miret, Jofre Enviat el: diumenge, 15 / febrer / 2015 16:22 Per a: John Kane; 'r-help@r-project.org' Tema: RE: [R] info markers from plotgoogMaps this is an exemple: library(plotGoogleMaps) data(meuse) coordinates(meuse)<-~x+y # convert to SPDF proj4string(meuse) <- CRS('+init=epsg:28992') # Adding Coordinate Referent Sys. # Create web map of Point data m<-plotGoogleMaps(meuse,filename='myMap1.htm') ________________________________________ De: John Kane [jrkrid...@inbox.com] Enviat el: diumenge, 15 / febrer / 2015 15:53 Per a: Janue Miret, Jofre; 'r-help@r-project.org' Tema: RE: [R] info markers from plotgoogMaps ttps://github.com/hadley/devtools/wiki/Reproducibility http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example John Kane Kingston ON Canada > -----Original Message----- > From: jjanu...@tv3.cat > Sent: Sun, 15 Feb 2015 11:40:39 +0000 > To: r-help@r-project.org > Subject: [R] info markers from plotgoogMaps > > Anyone Knows why doesn't refresh the data InfoBox (infowindow) from map > markers googlempas? There is always the first selection info data. > That's happen since last Friday 13th wiht googlempas from plotGoogleMaps. > There is any solution please? > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! Check it out at http://www.inbox.com/earth ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.