Re: [gdal-dev] GDAL WMS Driver - Image Size

2010-06-29 Thread Adam Nowacki
default block size is 1024x1024 so the 2000x2000 image is split into 4 requests: 1024x1024, 976x1024, 1024x976 and 976x976 Travis Kirstine wrote: I am doing some testing of the WMS driver with gdal and have a question. If I define the and parameters as 2000px I would expect that the WMS requ

Re: [gdal-dev] GDAL WMS Driver - Image Size

2010-06-29 Thread EduRam
Hi! Could you elaborate how are you doing the test!!! Edu -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/gdal-dev-GDAL-WMS-Driver-Image-Size-tp5231808p5235324.html Sent from the GDAL - Dev mailing list archive at Nabble.com

[gdal-dev] GDAL WMS Driver - Image Size

2010-06-28 Thread Travis Kirstine
I am doing some testing of the WMS driver with gdal and have a question. If I define the and parameters as 2000px I would expect that the WMS request would request a image width and height of 2000. When I checked the log files GDAL is requesting a 976x976 image and then rescaling the returned i