Re: [gdal-dev] Help with gdal_translate and WMS/TMS

2011-05-05 Thread Even Rouault
Le mardi 03 mai 2011 22:29:38, Jeremy a écrit : The following works for me (in dev version, but should also work with 1.8 - I believe) : gdal_translate frmts/wms/frmt_wms_googlemaps_tms.xml out.tif -projwin -12712685 6656748 -12679290 6621294 -outsize 1% 1% > Hello, > > > > I would like t

[gdal-dev] Help with gdal_translate and WMS/TMS

2011-05-03 Thread Jeremy
Hello, I would like to be able to load a specific area of , for example, Google Maps using the WMS/TMS driver in GDAL 1.8. I am able to create a PNG file of the full world map at the maximum tile level using gdal_translate and the sample xml file at http://www.gdal.org/frmt_wms_googlemaps_tms.