<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hello folks,<br><br>I'm a beginner with Gdal and I have a question:<br><br>Say,
 I have a rectangular tile defined in WGS84 coordinates using longitude 
and latitude. I want to receive this file from google for the respective
 rect. However, as far as I know, google uses mercator coordinates in 
its maps so the image will be distorted. Currently, I'm experimenting 
with this call:<br><br>gdal_translate frmt_wms_googlemaps_tms.xml out.tif -projwin -12712685&nbsp; 66<br>56748 -12679290 6621294 -outsize 1% 1%<br><br>What do I have to change on this call so it will give me an undistorted image in WGS84?<br><br>Thanks a lot!<br><br>                                               </div></body>
</html>