Skip to content
Prev 20885 / 29559 Next

projection of ggmap:get_map() output

EPSG:4326, or WGS84, is only one way to refer to places on the earth by
longitudes and latitudes; it seems that google maps come in a Mercator
projection, EPSG:3857, read e.g. this:

http://docs.openlayers.org/library/spherical_mercator.html

or

https://developers.google.com/maps/documentation/javascript/maptypes#MapCoordinates

Iliffe and Lott: Datums and Map Projections: For Remote Sensing, GIS and
Surveying

provide an excellent explanation on what goes on here, including what
google maps does.
On 04/24/2014 09:56 AM, Agustin Lobo wrote: