[R-sig-Geo] [RGoogleMaps] PlotOnStaticMap does not show Google's map though GetMap.bbox fetches PNG ok.

2012-04-24 Thread Mikhail Titov
Hello! I wonder if someone else have noticed that. I saw a post on stackoverflow [1], which is kind of the same issue as I’m having. GetMap saves good looking PNG. However it doesn’t appear underneath lines that are plotted with PlotOnStaticMap. I had R 2.14.2 when I’ve noticed that, and, even

Re: [R-sig-Geo] RgoogleMaps

2011-03-16 Thread Agustin Diez Castillo
Following on that I wish to download several single tiles. To do it I declare the tile extension I wish to download and adapting Robert's hint I do the following library(dismo) #I need to load XML as well library(XML) library(maptools) library(rgdal) #declare the extent e = extent(36.1195,36.12

Re: [R-sig-Geo] RgoogleMaps

2011-02-03 Thread Robert Hijmans
> Dear all, > I'm using the package RgoogleMaps to import google earth maps into R. The > object that is retrieved with function GetMap contains a number of slots > which I think can be used to translate the google picture into a geoTiff > to for example import into ArgGis. > If anyone would hav

Re: [R-sig-Geo] RgoogleMaps

2011-02-03 Thread Robert Hijmans
> Dear all, > I'm using the package RgoogleMaps to import google earth maps into R. The > object that is retrieved with function GetMap contains a number of slots > which I think can be used to translate the google picture into a geoTiff > to for example import into ArgGis. > If anyone would hav

Re: [R-sig-Geo] RgoogleMaps

2011-02-03 Thread Tomislav Hengl
Hi, I have been breaking my head with this problem some time ago and then I got it running some time ago. See p. 103-104 in [http://spatial-analyst.net/book/download?size=thumbnail] Here is an example of a Google Earth image imported into a GIS: [http://spatial-analyst.net/book/node/399] H

[R-sig-Geo] RgoogleMaps

2011-02-03 Thread Meesters, Erik
Dear all, I'm using the package RgoogleMaps to import google earth maps into R. The object that is retrieved with function GetMap contains a number of slots which I think can be used to translate the google picture into a geoTiff to for example import into ArgGis. If anyone would have an example