Skip to content
Prev 20912 / 29559 Next

projection of ggmap:get_map() output

Nice, thank you!

Markus Loecher, author of RgoogleMaps, explained that ggmap uses

https://github.com/dkahle/ggmap/blob/master/R/LonLat2XY.R

to go from long/lat to XY (pixels in google map tiles), which was taken
from the RgoogleMaps one:

https://github.com/markusloecher/RgoogleMaps/blob/master/R/LatLon2XY.R

which points to code by someone called Neil Young in a google groups:

https://groups.google.com/forum/?hl=en#!topic/Google-Maps-API/0hA6wp6VaW8

I would expect that your cylindrical, equidistant projection (linear in
long/lat) must collide more with the Mercator used by google when the
plotted area becomes larger.
On 04/28/2014 11:58 AM, Oscar Perpi?an wrote: